diff options
| author | Remko Tronçon <git@el-tramo.be> | 2012-09-16 08:46:53 (GMT) |
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2012-09-16 08:46:53 (GMT) |
| commit | 72634a2e207528a705f1e09dbc8b87e76b6eb580 (patch) | |
| tree | a7f5737e2cff0ef4a2ec79290a46bbebe860081c /3rdParty/Expat/SConscript | |
| parent | 12f6f31bbe60de989bad2b622f9f15285e44513a (diff) | |
| download | swift-72634a2e207528a705f1e09dbc8b87e76b6eb580.zip swift-72634a2e207528a705f1e09dbc8b87e76b6eb580.tar.bz2 | |
Bundle other 3rdParty libs with libSwiften.
Diffstat (limited to '3rdParty/Expat/SConscript')
| -rw-r--r-- | 3rdParty/Expat/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/3rdParty/Expat/SConscript b/3rdParty/Expat/SConscript index 9e329f4..2a77d39 100644 --- a/3rdParty/Expat/SConscript +++ b/3rdParty/Expat/SConscript @@ -6,7 +6,6 @@ if env.get("EXPAT_BUNDLED", False) : "CPPDEFINES": ["XML_STATIC"], "CPPPATH": [Dir("src")], "LIBPATH": [Dir(".")], - "LIBS": ["Swiften_Expat"], } if env["SCONS_STAGE"] == "build" : |
Swift