From 8cf70e6416b0e1c0228ba6434f7be4d0ab0e1fdd Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 12 Mar 2012 12:17:02 +0000 Subject: [PATCH] tell people that --universal is OS X only git-svn-id: svn://localhost/ardour2/branches/3.0@11648 d708f5d6-7413-0410-9779-e7cbd77b26cf --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',