diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-08-11 17:29:21 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-08-11 17:29:21 (GMT) |
commit | a6104246c55cd567d67fb512098ff80d25dc8837 (patch) | |
tree | f8489f2c5a6dd4194a9261610b9001fab2ac2b7c /3rdParty | |
parent | d07a31cc74304b942a320f5d17330e83c17e152a (diff) | |
download | swift-a6104246c55cd567d67fb512098ff80d25dc8837.zip swift-a6104246c55cd567d67fb512098ff80d25dc8837.tar.bz2 |
Add Qt scons variable.
Diffstat (limited to '3rdParty')
-rw-r--r-- | 3rdParty/Expat/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdParty/Expat/SConscript b/3rdParty/Expat/SConscript index 8220f01..3e3b751 100644 --- a/3rdParty/Expat/SConscript +++ b/3rdParty/Expat/SConscript @@ -1,4 +1,4 @@ -Import(["env", "conf_env") +Import(["env", "conf_env"]) env["EXPAT_FLAGS"] = { "CPPDEFINES": ["XML_STATIC"], |