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

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

Merge branch 'jbigi-mac-arm64' into 'master'

JBigi build changes for M1

See merge request i2p-hackers/i2p.i2p!60
parents 740c7fad 454cd6bd
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ cygwin*) ...@@ -59,7 +59,7 @@ cygwin*)
darwin*|osx) darwin*|osx)
COMPILEFLAGS="-fPIC -Wall" COMPILEFLAGS="-fPIC -Wall"
INCLUDES="-I. -I../../jbigi/include -I$JAVA_HOME/include -I$JAVA_HOME/include/$BUILD_OS -I/usr/local/include" 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";; LIBFILE="libjbigi.jnilib";;
sunos*|openbsd*|netbsd*|*freebsd*|linux*) sunos*|openbsd*|netbsd*|*freebsd*|linux*)
if [ $BUILD_OS = "sunos" ]; then 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