summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
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);