X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=51a10bbabc555db33f02852ae678fdac5343eb76;hb=0dbc7325683051666d4ce86e24a90ee1f9b612bc;hp=74b5202d1b521fa2ef7af62619ec9c0b57d05b99;hpb=89aec154382d15a12db9d437a3eea0048bdc9d8c;p=rtaudio-cdist.git 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'