Yet another blind copy/paste issue fix.
authorRobin Gareus <robin@gareus.org>
Sat, 5 Aug 2017 22:01:23 +0000 (00:01 +0200)
committerRobin Gareus <robin@gareus.org>
Sat, 5 Aug 2017 22:01:23 +0000 (00:01 +0200)
gtk2_ardour/wscript

index 78e217e2f7811c726060d9a853f365d1aa1ddbfc..b0106c683d1bd9cb21a9389c55dc68509680b72b 100644 (file)
@@ -733,7 +733,7 @@ def build(bld):
                 'HUGER' : '36',
                 'MASSIVE' : '60',
         }
-        if conf.env['build_target'] in ['panther', 'tiger', 'leopard'] or (Options.options.ppc and conf.env['build_target'] == 'snowleopard'):
+        if bld.env['build_target'] in ['panther', 'tiger', 'leopard'] or (Options.options.ppc and bld.env['build_target'] == 'snowleopard'):
             # CTFontManagerRegisterFontsForURL for ArdourMono is 10.6 or newer
             # "Lucida Grande" is not mono-spaced, but works for most cases, except big-clock-window
             font_names = {