summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-10-27 14:42:31 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-02-22 15:31:25 -0500
commita598c5d4acaebae47a997eb5540f1c2f9e4690e1 (patch)
treecc7afe2bc77c7a711854adc9f692514d5c013540 /wscript
parentd2a6fec03a8b1d6a91f75201a1950b08fc875d36 (diff)
fix inadvertent case change
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index eae6aee8e0..c0c70377c2 100644
--- a/wscript
+++ b/wscript
@@ -846,7 +846,7 @@ def configure(conf):
conf.define ('HAVE_COREAUDIO', 1)
conf.define ('AUDIOUNIT_SUPPORT', 1)
- Conf.define ('TOP_MENUBAR',1)
+ conf.define ('TOP_MENUBAR',1)
# It would be nice to be able to use this to force back-compatibility with 10.4
# but even by the time of 11, the 10.4 SDK is no longer available in any normal