We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80825fe commit cf4ed12Copy full SHA for cf4ed12
libxtracfg/c/build.sh
@@ -37,5 +37,5 @@ echo "test"
37
if [ "$PLATFORM" = "darwin" ]; then
38
clang -I./ -L./ -Wl,-framework,CoreServices -ldl -lpthread -Wl,-framework,Foundation -o test ../test/main.c ./libxtracfg.a
39
else
40
-clang -I./ -I$JAVA_HOME/include -I$JAVA_HOME/include/${PLATFORM} -L./ -ldl -lpthread -o test ../test/main.c ./libxtracfg.a
+clang -I./ -L./ -ldl -lpthread -o test ../test/main.c ./libxtracfg.a
41
fi
0 commit comments