Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fixup: quick update, squash later | dundargoc | 2023-11-20 |
| | |||
* | build: add system lua include dir for lpeg | Enan Ajmain | 2023-05-07 |
| | | | | | | | | | | | Problem: Lpeg requires Lua headers. Currently the include directories for Lpeg are set only to the bundled deps folder, so if the user wants to use system Lua/Luajit, Lpeg will not find the system headers and will fail to build. Solution: Add system Lua/Luajit include directories when USE_BUNDLED_LUA and USE_BUNDLED_LUAJIT are turned off. Fixes #23469 | ||
* | refactor(build): include lpeg as a library | bfredl | 2023-04-27 |