diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2012-12-14 22:11:13 +0100 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2012-12-14 22:12:12 +0100 |
commit | b1b01e9f995e09dae945d69370124de04c285f27 (patch) | |
tree | bc205b1eb963443e94c0d96f130c261764e94634 /examples | |
parent | 77492158aca520b6f5192885147953aa35e830b2 (diff) | |
download | Nim-b1b01e9f995e09dae945d69370124de04c285f27.tar.gz |
Removes misleading comment in build script.
A true program would rather compile the main nim project file which imports other modules.
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/cross_calculator/ios/scripts/xcode_prebuild.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/cross_calculator/ios/scripts/xcode_prebuild.sh b/examples/cross_calculator/ios/scripts/xcode_prebuild.sh index 7626ba0b9..c6d38f164 100755 --- a/examples/cross_calculator/ios/scripts/xcode_prebuild.sh +++ b/examples/cross_calculator/ios/scripts/xcode_prebuild.sh @@ -21,7 +21,6 @@ DEST_NIMBASE=build/nimcache/nimbase.h # Ok, are we out now? if [ -d src ] then - # You may want to use a wildcard here to compile all nimrod files. $PATH_TO_NIMROD objc --noMain --app:lib \ --nimcache:build/nimcache --compileOnly \ --header --cpu:i386 ../nimrod_backend/backend.nim |