summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMatthias Benkard <mulk@minimulk.mst-plus>2008-08-24 14:39:55 +0200
committerMatthias Benkard <mulk@minimulk.mst-plus>2008-08-24 14:39:55 +0200
commitf4240af04599a9b25645ecae78e5a45b46247cca (patch)
tree9b219d2a614d24cd6558b152e50c7ef7fd8f52e8 /configure
parent0b4042d8142aa62f8ef6e6fb9d1b1e5cfe922bca (diff)
Update Xcode project.
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);