mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Revert "Additional waf tweaks for MSYS"
This reverts commit d30a0b2bfb.
This commit is contained in:
parent
b54c8f973e
commit
e7c30d2022
2 changed files with 1 additions and 3 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue