diff options
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 @@ -5,9 +5,8 @@ if env.get("EXPAT_BUNDLED", False) : env["EXPAT_FLAGS"] = { "CPPDEFINES": ["XML_STATIC"], "CPPPATH": [Dir("src")], "LIBPATH": [Dir(".")], - "LIBS": ["Swiften_Expat"], } if env["SCONS_STAGE"] == "build" : myenv = env.Clone() |
Swift