diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2016-10-18 07:22:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-18 07:22:10 +0200 |
commit | c23e8797f1bec30defd1903cfeef0992cb1f1a89 (patch) | |
tree | 1523906d8fed1f81c54f75327698dad6fd9bd88a /platform/winrt/detect.py | |
parent | e96c49f849fd9c5e41c8284c7122ec94909badac (diff) | |
parent | 05bf24b9a5208dbfcde8006cfc0625e57125107e (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.py | 2 |
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', |