diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-24 19:10:21 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-24 19:10:21 +0200 |
commit | aa3f4a2b760c3d890aa51b3afa904ab604de794c (patch) | |
tree | c031c1242e0c1ad2ae92cf00347f36ec343065de /configure | |
parent | baae263841853c289d48ce172e614171167cf1dd (diff) | |
parent | a34b771cd9cc823260407b2905312b3be05390db (diff) |
Merge mulk_benkard@ssh.phx.nearlyfreespeech.net:/home/htdocs/code/mulklisp
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); |