From 0dbc7325683051666d4ce86e24a90ee1f9b612bc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 15 Apr 2019 21:23:08 +0100 Subject: [PATCH] Windows build fix. --- cscript | 1 + 1 file changed, 1 insertion(+) 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' -- 2.30.2