summaryrefslogtreecommitdiff
path: root/drivers/xaudio2/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/xaudio2/SCsub')
-rw-r--r--drivers/xaudio2/SCsub4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/xaudio2/SCsub b/drivers/xaudio2/SCsub
index cb780a893b..de750525ab 100644
--- a/drivers/xaudio2/SCsub
+++ b/drivers/xaudio2/SCsub
@@ -3,7 +3,5 @@
Import('env')
env.add_source_files(env.drivers_sources, "*.cpp")
-env.Append(CXXFLAGS=['-DXAUDIO2_ENABLED'])
+env.Append(CPPDEFINES=['XAUDIO2_ENABLED'])
env.Append(LINKFLAGS=['xaudio2_8.lib'])
-
-Export('env')