summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-03-12 12:17:02 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-03-12 12:17:02 +0000
commit8cf70e6416b0e1c0228ba6434f7be4d0ab0e1fdd (patch)
treed9a1b3852e729c38acc4914f20c951efc3ac9e45 /wscript
parentba145778cb143578c86ac2bfd6169464d30d2051 (diff)
tell people that --universal is OS X only
git-svn-id: svn://localhost/ardour2/branches/3.0@11648 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 40f5274d34..d2b185c4c9 100644
--- a/wscript
+++ b/wscript
@@ -400,7 +400,7 @@ def options(opt):
opt.add_option('--tranzport', action='store_true', default=False, dest='tranzport',
help='Compile with support for Frontier Designs Tranzport (if libusb is available)')
opt.add_option('--universal', action='store_true', default=False, dest='universal',
- help='Compile as universal binary (requires that external libraries are universal)')
+ help='Compile as universal binary (OS X ONLY, requires that external libraries are universal)')
opt.add_option('--versioned', action='store_true', default=False, dest='versioned',
help='Add revision information to executable name inside the build directory')
opt.add_option('--windows-vst', action='store_true', default=False, dest='windows_vst',