mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
helping Nikolay with adding libcomdlg32
[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 457641]
This commit is contained in:
parent
10059296ef
commit
76695631e9
1 changed files with 2 additions and 1 deletions
|
|
@ -450,8 +450,9 @@ def build(bld):
|
|||
obj.uselib += ' AUDIOUNITS OSX GTKOSX'
|
||||
obj.use += ' libappleutility'
|
||||
obj.source += [ 'cocoacarbon.mm', 'bundle_env_cocoa.cc' ]
|
||||
elif sys.platform == 'mingw':
|
||||
elif bld.env['build_target'] == 'mingw':
|
||||
obj.source += [ 'bundle_env_mingw.cc' ]
|
||||
obj.lib = 'comdlg32'
|
||||
else:
|
||||
obj.source += [ 'bundle_env_linux.cc' ]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue