diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-04-15 21:23:08 +0100 |
|---|---|---|
| committer | cah <cah@ableton.com> | 2019-12-03 11:16:07 +0100 |
| commit | 9a49b7ae4b762da36d5864ea972434a9c7159859 (patch) | |
| tree | a48024d70f40cff3d44d95937b9eaa72ddd0a2ad /cscript | |
| parent | 0d89a267f7580b4e0b4749b953a740dfe6533383 (diff) | |
Windows build fix.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ def build(target, options): target.set('LDFLAGS', '-lpulse') elif target.platform == 'windows': target.append_with_space('CXXFLAGS', '-Iinclude') + target.append_with_space('LDFLAGS', '-lmfplat -lmfuuid -lwmcodecdspuuid') cmd += '--with-wasapi --with-ds --host=%s' % target.name elif target.platform == 'osx': cmd += '--with-core' |
