Revert "Additional waf tweaks for MSYS"

This reverts commit d30a0b2bfb.
This commit is contained in:
Robin Gareus 2025-11-20 21:56:30 +01:00
parent b54c8f973e
commit e7c30d2022
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 1 additions and 3 deletions

View file

@ -440,7 +440,7 @@ def build(bld):
if bld.is_defined('HAVE_LILV') : if bld.is_defined('HAVE_LILV') :
obj.source += ['lv2_plugin.cc', 'lv2_evbuf.cc', 'uri_map.cc'] obj.source += ['lv2_plugin.cc', 'lv2_evbuf.cc', 'uri_map.cc']
obj.uselib += ['LILV', 'SERD', 'SORD', 'SRATOM'] obj.uselib += ['LILV']
if bld.is_defined('HAVE_SUIL'): if bld.is_defined('HAVE_SUIL'):
obj.use += [ 'libsuil' ] obj.use += [ 'libsuil' ]

View file

@ -25,8 +25,6 @@ def build_portaudio (bld, name, defines):
obj.target = name obj.target = name
obj.use = 'libardour libpbd' obj.use = 'libardour libpbd'
obj.uselib = 'PORTAUDIO GLIBMM XML' obj.uselib = 'PORTAUDIO GLIBMM XML'
obj.stlib = ['portaudio']
obj.lib = ['ole32', 'setupapi', 'uuid', 'winmm', 'ksuser', 'jack64']
obj.install_path = os.path.join(bld.env['LIBDIR'], 'backends') obj.install_path = os.path.join(bld.env['LIBDIR'], 'backends')
obj.defines = ['PACKAGE="' + I18N_PACKAGE + '"', obj.defines = ['PACKAGE="' + I18N_PACKAGE + '"',
'ARDOURBACKEND_DLL_EXPORTS', 'ARDOURBACKEND_DLL_EXPORTS',