diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2018-03-01 16:42:58 +0100 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2018-03-01 16:43:42 +0100 |
commit | 982fa591260097a93aa29caacf2bf6bd42a34829 (patch) | |
tree | 5ace66c067c90204df3bac334fed1f3adb62c0bf /thirdparty/README.md | |
parent | 4bb98348a87c07a638f579a5a7432f164c9b0549 (diff) |
Remove unneeded and problematic minilex.c from lws.
We don't need it, it's used upstream to test the lexical parser
Diffstat (limited to 'thirdparty/README.md')
-rw-r--r-- | thirdparty/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/README.md b/thirdparty/README.md index 746422cab4..f7b27dd0e6 100644 --- a/thirdparty/README.md +++ b/thirdparty/README.md @@ -229,7 +229,7 @@ changes are marked with `// -- GODOT --` comments. - License: LGPLv2.1 + static linking exception File extracted from upstream source: -- Everything in `lib/` except `http2/`, `event-libs/`. +- Everything in `lib/` except `minilex.c`, `http2/`, `event-libs/`. - From `misc/` exclude `lws-genhash.c`, `lws-ring.c`, `romfs.{c,h}`, `smtp.c`. - From `plat/` exclude `lws-plat-{esp*,optee}.c`. - From `server/` exclude `access-log.c`, `cgi.c`, `daemonize.c`, `lws-spa.c`, |