X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/c1582939561770d8655b9378ec80de362bad89b4..e7ed5354ae029d47ace1bc152aa5686f495e5737:/make.sh diff --git a/make.sh b/make.sh index 2d9cc22..7d0b27a 100755 --- a/make.sh +++ b/make.sh @@ -1,7 +1,2 @@ #!/bin/bash -set -e -export PKG_ARCH=${PKG_ARCH-iphoneos-arm} -PATH=/apl/n42/pre/bin:$PATH /apl/tel/exec.sh com.saurik.winterboard make "$@" -export CODESIGN_ALLOCATE=$(which arm-apple-darwin9-codesign_allocate) -/apl/tel/util/ldid -S *.dylib -make package +PKG_ARCH=${PKG_ARCH-iphoneos-arm} PATH=/apl/n42/pre/bin:$PATH exec /apl/tel/exec.sh :apr:apr-lib:libffi:readline make "$@"