From aa1367595e6fc296fc42c95dfbf23f70de5528c2 Mon Sep 17 00:00:00 2001 From: Rémi Verschelde Date: Sat, 15 Oct 2016 12:39:28 +0200 Subject: 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. (cherry picked from commit 248bc9159c0b515e3e276db644744161283881ef) --- drivers/windows/SCsub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/windows/SCsub') diff --git a/drivers/windows/SCsub b/drivers/windows/SCsub index 9fbb467ba..0582e0197 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') -- cgit v1.2.3-70-g09d2