summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-12-17 10:39:13 -0800
committerAraq <rumpf_a@web.de>2012-12-17 10:39:13 -0800
commit31970a5b636f9968036f232b5c299a63db1a157e (patch)
tree0e6b211a74e810a02eabfb2127657f7fa27251ae
parent3be576222a2e2a774570eb408d43c35ab94c5f15 (diff)
parentb1b01e9f995e09dae945d69370124de04c285f27 (diff)
downloadNim-31970a5b636f9968036f232b5c299a63db1a157e.tar.gz
Merge pull request #275 from gradha/pr_corrects_misleading_comment
Removes misleading comment in build script.
-rwxr-xr-xexamples/cross_calculator/ios/scripts/xcode_prebuild.sh1
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