You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
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.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user