diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-03-05 12:51:47 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-03-05 12:51:47 (GMT) |
commit | 3adede854422194f5761a40fc6663688ae0d0416 (patch) | |
tree | 6449e675cbf6cb575453d7f1b30d75b0678ae530 /Sluift/SConscript | |
parent | 4e0888a6e2350f06504d4c6a99e5a21fa51ee9bc (diff) | |
download | swift-3adede854422194f5761a40fc6663688ae0d0416.zip swift-3adede854422194f5761a40fc6663688ae0d0416.tar.bz2 |
Fixed some Sluift bugs.
Diffstat (limited to 'Sluift/SConscript')
-rw-r--r-- | Sluift/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sluift/SConscript b/Sluift/SConscript index 6f38693..19dc1e7 100644 --- a/Sluift/SConscript +++ b/Sluift/SConscript @@ -28,7 +28,7 @@ if env["SCONS_STAGE"] == "build" : f = open(source[0].abspath, "r") contents = f.read() f.close() - if env["PLATFORM"] == "windows" : + if env["PLATFORM"] == "win32" : key = "Z" else : key = "D" |