Skip to content

Commit a9e4b3a

Browse files
committed
change lib path in linux makefile
1 parent 61735c6 commit a9e4b3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cpp/MakeFile_Linux

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
all:
22

33
gcc -fPIC -I/usr/local/java/jdk1.7.0_60/include/linux -I./include -I/usr/local/java/jdk1.7.0_60/include -std=c++11 -g -c processing_sound_MethClaInterface.cpp;
4-
gcc -shared -o libMethClaInterface.so *.o -lmethcla;
4+
gcc -shared -Wl,-rpath,/usr/local/lib -o libMethClaInterface.so *.o -lmethcla;
55

66
clean:
77
rm *.o
@@ -10,3 +10,4 @@ clean:
1010
install:
1111
cp libMethClaInterface.so ../../library/linux
1212

13+

0 commit comments

Comments
 (0)