mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
Always link to ole32 when building with mingw for get_win_special_folder
needed for CoTaskMemFree in get_win_special_folder
This commit is contained in:
parent
9cde7b6051
commit
b895a8f631
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ def configure(conf):
|
||||||
# Boost headers
|
# Boost headers
|
||||||
autowaf.check_header(conf, 'cxx', 'boost/shared_ptr.hpp')
|
autowaf.check_header(conf, 'cxx', 'boost/shared_ptr.hpp')
|
||||||
autowaf.check_header(conf, 'cxx', 'boost/weak_ptr.hpp')
|
autowaf.check_header(conf, 'cxx', 'boost/weak_ptr.hpp')
|
||||||
if conf.env['WINDOWS_VST_SUPPORT'] == True and Options.options.dist_target == 'mingw':
|
if Options.options.dist_target == 'mingw':
|
||||||
conf.check(compiler='cxx',
|
conf.check(compiler='cxx',
|
||||||
lib='ole32',
|
lib='ole32',
|
||||||
mandatory=True,
|
mandatory=True,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue