summaryrefslogtreecommitdiff
path: root/platform/winrt/detect.py
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2016-10-18 07:22:10 +0200
committerGitHub <noreply@github.com>2016-10-18 07:22:10 +0200
commitc23e8797f1bec30defd1903cfeef0992cb1f1a89 (patch)
tree1523906d8fed1f81c54f75327698dad6fd9bd88a /platform/winrt/detect.py
parente96c49f849fd9c5e41c8284c7122ec94909badac (diff)
parent05bf24b9a5208dbfcde8006cfc0625e57125107e (diff)
Merge pull request #6855 from vnen/xaudio2-driver
Isolate XAudio2 driver
Diffstat (limited to 'platform/winrt/detect.py')
-rw-r--r--platform/winrt/detect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/winrt/detect.py b/platform/winrt/detect.py
index 79fc3651e9..a7bc62f685 100644
--- a/platform/winrt/detect.py
+++ b/platform/winrt/detect.py
@@ -31,6 +31,7 @@ def get_flags():
('tools', 'no'),
('builtin_zlib', 'yes'),
('openssl', 'builtin'),
+ ('xaudio2', 'yes'),
]
@@ -145,7 +146,6 @@ def configure(env):
env.Append(CCFLAGS=['/DGLES2_ENABLED','/DGL_GLEXT_PROTOTYPES','/DEGL_EGLEXT_PROTOTYPES','/DANGLE_ENABLED'])
LIBS = [
- 'xaudio2',
'WindowsApp',
'mincore',
'libANGLE',