summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-04-15 21:23:08 +0100
committercah <cah@ableton.com>2019-12-03 11:16:07 +0100
commit9a49b7ae4b762da36d5864ea972434a9c7159859 (patch)
treea48024d70f40cff3d44d95937b9eaa72ddd0a2ad /cscript
parent0d89a267f7580b4e0b4749b953a740dfe6533383 (diff)
Windows build fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/cscript b/cscript
index 74b5202..51a10bb 100644
--- a/cscript
+++ b/cscript
@@ -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'