diff options
author | Juan Linietsky <reduzio@gmail.com> | 2016-01-25 00:21:04 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2016-01-25 00:21:04 -0300 |
commit | caddcca4f468399e81fc703aa6e002e41250fdda (patch) | |
tree | 074af928719eb261296a93214f2f890e41b0b889 /drivers/SCsub | |
parent | caff4000a253130169c984d51c2be097fe50705f (diff) |
-Many fixes to windows build system with Mingw on Windows. Fixes #2690
Diffstat (limited to 'drivers/SCsub')
-rw-r--r-- | drivers/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/SCsub b/drivers/SCsub index a00d7fc3f9..701738c9f8 100644 --- a/drivers/SCsub +++ b/drivers/SCsub @@ -63,7 +63,7 @@ import string if env['vsproj']=="yes": env.AddToVSProject(env.drivers_sources) -if (False): #split drivers, this used to be needed for windows until separate builders for windows were created +if (env.split_drivers): #split drivers, this used to be needed for windows until separate builders for windows were created for f in env.drivers_sources: fname = "" |