summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorOwen Williams <owilliams@mixxx.org>2014-07-08 17:20:46 -0400
committerOwen Williams <owilliams@mixxx.org>2014-07-08 17:20:46 -0400
commit1d0eded4055a93e3d562d1e51acfc4d806aaaa37 (patch)
treeed3ffc9b756b58b0ccf66b6106a28dc2351a4139 /SConstruct
parente9411b5295b31457f3c36756edb1374cb48c3ccd (diff)
Ensure that Mac App Store build options are explicitly Mac-specific.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index ea8f63d07e..74f40bd6ad 100644
--- a/SConstruct
+++ b/SConstruct
@@ -38,7 +38,7 @@ available_features = [features.Mad,
features.HSS1394,
features.HID,
features.Bulk,
- features.AppStoreException,
+ features.MacAppStoreException,
features.VinylControl,
features.Shoutcast,
features.Opus,