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