diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-08-13 15:46:26 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-08-13 15:53:51 (GMT) |
commit | d51d1a462876ee547f618eabc21674276e2f3db3 (patch) | |
tree | ac6b739f8f2147139742fae54d9dd9345a6c8bc7 /SConstruct | |
parent | 20136e351257a4cc4c033d8e0ef0212984389999 (diff) | |
download | swift-d51d1a462876ee547f618eabc21674276e2f3db3.zip swift-d51d1a462876ee547f618eabc21674276e2f3db3.tar.bz2 |
Fix Windows bundling.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,6 +34,8 @@ env.Alias("dist", ["."]) if env["PLATFORM"] == "darwin" : env.Tool("Nib", toolpath = ["#/BuildTools/SCons/Tools"]) env.Tool("AppBundle", toolpath = ["#/BuildTools/SCons/Tools"]) +if env["PLATFORM"] == "win32" : + env.Tool("WindowsBundle", toolpath = ["#/BuildTools/SCons/Tools"]) # Default compiler flags if env["optimize"] : |