mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
Yet another blind copy/paste issue fix.
This commit is contained in:
parent
27d2f4950f
commit
0a67b1661c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue