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) : | |||
| 25 | env["EXPAT_OBJECTS"] = myenv.SwiftenObject([ | 25 | env["EXPAT_OBJECTS"] = myenv.SwiftenObject([ |
| 26 | "src/xmltok.c", | 26 | "src/xmltok.c", |
| 27 | "src/xmlparse.c", | 27 | "src/xmlparse.c", |
| 28 | "src/xmlrole.c" | 28 | "src/xmlrole.c", |
| 29 | ]) | 29 | "src/loadlibrary.c", |
| 30 | ]) \ No newline at end of file | ||
Swift