diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2014-07-27 22:55:03 +0200 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2014-07-27 22:55:03 +0200 |
commit | bb34d0380a0538f2784701ed05679e31155dc232 (patch) | |
tree | 66f23ebb4bd64f5af35df56aa8fb3f9abd481e61 /examples/cross_calculator/ios/scripts | |
parent | 2ade6ab94da40043186fbc2fbbf038c0f497b4e4 (diff) | |
download | Nim-bb34d0380a0538f2784701ed05679e31155dc232.tar.gz |
Makes ios example work again with new paths. Refs #852.
Diffstat (limited to 'examples/cross_calculator/ios/scripts')
-rwxr-xr-x[-rw-r--r--] | examples/cross_calculator/ios/scripts/xcode_prebuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cross_calculator/ios/scripts/xcode_prebuild.sh b/examples/cross_calculator/ios/scripts/xcode_prebuild.sh index c6d38f164..90bafd74e 100644..100755 --- a/examples/cross_calculator/ios/scripts/xcode_prebuild.sh +++ b/examples/cross_calculator/ios/scripts/xcode_prebuild.sh @@ -22,7 +22,7 @@ DEST_NIMBASE=build/nimcache/nimbase.h if [ -d src ] then $PATH_TO_NIMROD objc --noMain --app:lib \ - --nimcache:build/nimcache --compileOnly \ + --nimcache:./build/nimcache --compileOnly \ --header --cpu:i386 ../nimrod_backend/backend.nim if [ "${PATH_TO_NIMBASE}" -nt "${DEST_NIMBASE}" ] then |