summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorOwen Williams <owilliams@mixxx.org>2014-07-08 17:08:01 -0400
committerOwen Williams <owilliams@mixxx.org>2014-07-08 17:08:01 -0400
commite9411b5295b31457f3c36756edb1374cb48c3ccd (patch)
tree735c62f6002167ab4ac9d668645d912bd8ee6333 /SConstruct
parenta442a09bc7998a28d02592f08484d040424a6ff2 (diff)
Create new appstore scons option for Mac App Store builds.
Disables the reverb effect and vinyl control, which are not available with the App Store Exception. Attempting to enable vinylcontrol=1 with appstore=1 will not succeed.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 24bcfa3993..ea8f63d07e 100644
--- a/SConstruct
+++ b/SConstruct
@@ -38,6 +38,7 @@ available_features = [features.Mad,
features.HSS1394,
features.HID,
features.Bulk,
+ features.AppStoreException,
features.VinylControl,
features.Shoutcast,
features.Opus,