summaryrefslogtreecommitdiffstats
path: root/platform/winrt/detect.py
diff options
context:
space:
mode:
authorGeorge Marques <george@gmarqu.es>2016-10-17 13:40:45 -0200
committerGeorge Marques <george@gmarqu.es>2016-10-17 20:42:12 -0200
commitf3102160a1c0280ddd3e1873a50a2efddfe8c35b (patch)
tree567e6bd555a67ece9e32fead9dad8c976856571b /platform/winrt/detect.py
parentc4b7c7d81bf3d4750aa5a824ec108ba121565c48 (diff)
downloadredot-engine-f3102160a1c0280ddd3e1873a50a2efddfe8c35b.tar.gz
Isolate XAudio2 driver
Now it's possible to compile for Windows platform if wanted. It's supported only for Windows 8 or later, so it's not enabled by default.
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',