diff options
author | Tobias Markmann <tm@ayena.de> | 2019-07-26 09:04:38 (GMT) |
---|---|---|
committer | Tobias Markmann <tm@ayena.de> | 2019-07-26 09:31:03 (GMT) |
commit | e74a38b60d600d547b3b2e4dfdd7ddb543855e3f (patch) | |
tree | e46b154a4f52026bc5d4be7e2768d45a8d1c28f2 /3rdParty/Expat/SConscript | |
parent | f6fb85ba98fdd6601c4b8323c51c8367ccc4b52e (diff) | |
download | swift-e74a38b60d600d547b3b2e4dfdd7ddb543855e3f.zip swift-e74a38b60d600d547b3b2e4dfdd7ddb543855e3f.tar.bz2 |
Update 3rdParty/Expat to 2.2.7
Test-Information:
None yet.
Change-Id: Ia5b570c918b8059561b52062e8d43496f188ee4a
Diffstat (limited to '3rdParty/Expat/SConscript')
-rw-r--r-- | 3rdParty/Expat/SConscript | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/3rdParty/Expat/SConscript b/3rdParty/Expat/SConscript index 56949aa..c2ccd4a 100644 --- a/3rdParty/Expat/SConscript +++ b/3rdParty/Expat/SConscript @@ -25,5 +25,6 @@ if env.get("EXPAT_BUNDLED", False) : env["EXPAT_OBJECTS"] = myenv.SwiftenObject([ "src/xmltok.c", "src/xmlparse.c", - "src/xmlrole.c" - ]) + "src/xmlrole.c", + "src/loadlibrary.c", + ])
\ No newline at end of file |