summaryrefslogtreecommitdiff
path: root/drivers/windows
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2016-10-15 12:39:28 +0200
committerRémi Verschelde <rverschelde@gmail.com>2016-10-15 18:10:18 +0200
commit248bc9159c0b515e3e276db644744161283881ef (patch)
tree88cb5af9ad9382c8643ec810d5d0a9b8370d7e4b /drivers/windows
parentedbc0c0d0bed169b3c07ef0f504b97936f0dab37 (diff)
drivers: Refactor SCsub and drop redundant env_drivers clone
The reordering of the SConscript includes allows to ensure that stuff like the builtin zlib headers will be available for libpng. Also moved glew back into global env, otherwise windows seems not to find it... Kind of shooting in the dark with this multi-env setup.
Diffstat (limited to 'drivers/windows')
-rw-r--r--drivers/windows/SCsub2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/windows/SCsub b/drivers/windows/SCsub
index 9fbb467baa..0582e01978 100644
--- a/drivers/windows/SCsub
+++ b/drivers/windows/SCsub
@@ -1,5 +1,5 @@
Import('env')
-env.add_source_files(env.drivers_sources,"*.cpp")
+env.add_source_files(env.drivers_sources, "*.cpp")
Export('env')