Windows build fix. carl-upstream-head
authorCarl Hetherington <cth@carlh.net>
Mon, 15 Apr 2019 20:23:08 +0000 (21:23 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 15 Apr 2019 20:35:22 +0000 (21:35 +0100)
cscript

diff --git a/cscript b/cscript
index 74b5202d1b521fa2ef7af62619ec9c0b57d05b99..51a10bbabc555db33f02852ae678fdac5343eb76 100644 (file)
--- 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'