forked from I2P_Developers/i2p.i2p
Added some more header files, and fixed much of the build system.
This commit is contained in:
9
launchers/macosx/obj-cpp/fullBuild.sh
Executable file
9
launchers/macosx/obj-cpp/fullBuild.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
cd ../../..
|
||||
ant preppkg-osx-only
|
||||
cd pkg-temp
|
||||
zip -r7 $DIR/base.zip *
|
||||
echo "[+] Done building base.zip from ant's pkg-temp."
|
||||
ninja appbundle
|
||||
|
Reference in New Issue
Block a user