mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 09:06:33 +01:00
Fix Python3 incompatible syntax
This commit is contained in:
parent
a1d5499f40
commit
84efcb2534
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
|
@ -1266,7 +1266,7 @@ int main () { return 0; }
|
||||||
|
|
||||||
if conf.env['build_host'] not in [ 'mojave', 'catalina']:
|
if conf.env['build_host'] not in [ 'mojave', 'catalina']:
|
||||||
conf.env.append_value('CXXFLAGS_OSX', '-F/System/Library/Frameworks')
|
conf.env.append_value('CXXFLAGS_OSX', '-F/System/Library/Frameworks')
|
||||||
print "**** YES ADDING FRAMEWORKS";
|
print("**** YES ADDING FRAMEWORKS")
|
||||||
|
|
||||||
conf.env.append_value('CXXFLAGS_OSX', '-F/Library/Frameworks')
|
conf.env.append_value('CXXFLAGS_OSX', '-F/Library/Frameworks')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue