]>
Commit | Line | Data |
---|---|---|
cf8bb1d4 | 1 | #!/bin/bash |
d5168fd6 JF |
2 | set -e |
3 | export PKG_ARCH=${PKG_ARCH-iphoneos-arm} | |
4 | PATH=/apl/n42/pre/bin:$PATH /apl/tel/exec.sh com.saurik.winterboard make "$@" | |
5 | export CODESIGN_ALLOCATE=$(which arm-apple-darwin9-codesign_allocate) | |
62b2dbad | 6 | /apl/tel/util/ldid -S WinterBoard WinterBoard.dylib |