I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Verified Commit 454cd6bd authored by Zlatin Balevsky's avatar Zlatin Balevsky
Browse files

JavaVM framework isn't a thing anymore

parent 740c7fad
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ cygwin*)
darwin*|osx)
COMPILEFLAGS="-fPIC -Wall"
INCLUDES="-I. -I../../jbigi/include -I$JAVA_HOME/include -I$JAVA_HOME/include/$BUILD_OS -I/usr/local/include"
LINKFLAGS="-dynamiclib -framework JavaVM"
LINKFLAGS="-dynamiclib"
LIBFILE="libjbigi.jnilib";;
sunos*|openbsd*|netbsd*|*freebsd*|linux*)
if [ $BUILD_OS = "sunos" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment