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

@ -25,8 +25,6 @@ def build_portaudio (bld, name, defines):
obj.target = name
obj.use = 'libardour libpbd'
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.defines = ['PACKAGE="' + I18N_PACKAGE + '"',
'ARDOURBACKEND_DLL_EXPORTS',