diff options
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 |