Skip to content

Commit cf4ed12

Browse files
committed
fix linux build
1 parent 80825fe commit cf4ed12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libxtracfg/c/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ echo "test"
3737
if [ "$PLATFORM" = "darwin" ]; then
3838
clang -I./ -L./ -Wl,-framework,CoreServices -ldl -lpthread -Wl,-framework,Foundation -o test ../test/main.c ./libxtracfg.a
3939
else
40-
clang -I./ -I$JAVA_HOME/include -I$JAVA_HOME/include/${PLATFORM} -L./ -ldl -lpthread -o test ../test/main.c ./libxtracfg.a
40+
clang -I./ -L./ -ldl -lpthread -o test ../test/main.c ./libxtracfg.a
4141
fi

0 commit comments

Comments
 (0)