diff options
author | Enan Ajmain <3nan.ajmain@gmail.com> | 2023-05-07 04:47:45 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-07 00:47:45 +0200 |
commit | 1bf29a0ae1fffee8a009dfbc8da2d7c048f6eb20 (patch) | |
tree | 8db0f753d8a735341464b180863892188c313f52 /runtime/lua/vim | |
parent | 9248dd77ac58bd23721dc4e156e43ed5e9ada338 (diff) | |
download | rneovim-1bf29a0ae1fffee8a009dfbc8da2d7c048f6eb20.tar.gz rneovim-1bf29a0ae1fffee8a009dfbc8da2d7c048f6eb20.tar.bz2 rneovim-1bf29a0ae1fffee8a009dfbc8da2d7c048f6eb20.zip |
build: add system lua include dir for lpeg
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
Diffstat (limited to 'runtime/lua/vim')
0 files changed, 0 insertions, 0 deletions