Windows build fix.
[rtaudio-cdist.git] / 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'