From f4240af04599a9b25645ecae78e5a45b46247cca Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sun, 24 Aug 2008 14:39:55 +0200 Subject: Update Xcode project. --- configure | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 73eeebd..b037df9 100755 --- a/configure +++ b/configure @@ -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); -- cgit v1.2.3