diff options
author | Matthias Benkard <mulk@minimulk.mst-plus> | 2008-08-24 14:39:55 +0200 |
---|---|---|
committer | Matthias Benkard <mulk@minimulk.mst-plus> | 2008-08-24 14:39:55 +0200 |
commit | f4240af04599a9b25645ecae78e5a45b46247cca (patch) | |
tree | 9b219d2a614d24cd6558b152e50c7ef7fd8f52e8 /configure | |
parent | 0b4042d8142aa62f8ef6e6fb9d1b1e5cfe922bca (diff) |
Update Xcode project.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -169,10 +169,11 @@ if (!$installp && !@steps) { print "Congratulations! You can now build Toilet Lisp by following these steps:\n"; if ($xcode) { print " * In a shell, type:\n $XCODEBUILD"; + print ' -configuration Debug'; if ($optionalp) { - print ' -configuration "Debug (no LLVM)"' if ($optionalp); + print ' -target toilet'; } else { - print ' -configuration Debug'; + print ' -target "toilet (no LLVM)"'; } print " OTHER_CFLAGS=\""; print "`llvm-config --cflags` -DUSE_LLVM " unless ($optionalp); |