Skip to content

Commit

Permalink
re-add jnilib
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Feb 13, 2024
1 parent 8663456 commit 986c0e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ cd "$HERE"
mkdir build

echo "compiling custom launcher and update processor"
cc -v -Wl,-lobjc -mmacosx-version-min=10.9 -I"$JAVA_HOME/include" -I"$JAVA_HOME/include/darwin" -Ic -o build/libMacLauncher.jnilib -shared c/net_i2p_router_MacLauncher.c
cp "$I2P_JARS"/*.jar build
cd java
javac -d ../build -classpath ../build/i2p.jar:../build/router.jar net/i2p/router/MacLauncher.java net/i2p/update/*.java
Expand Down

0 comments on commit 986c0e8

Please sign in to comment.