diff options
author | Julian Grinblat <julian@dotcore.co.il> | 2023-06-14 22:49:11 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-14 21:49:11 +0800 |
commit | 5c4f5b20595a6d2452569a5b9d2007e2bb19e18b (patch) | |
tree | edd3df5cd0dba0f35202ae2fbfc972fbb5e9d384 | |
parent | 58ed9b73227edf9eb5a65b569eca65bcdc7b2353 (diff) | |
download | lua-language-server-5c4f5b20595a6d2452569a5b9d2007e2bb19e18b.zip |
fix: do not overwrite config files when building (#2163)
-rwxr-xr-x | make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,6 +2,6 @@ git submodule update --init --recursive pushd 3rd/luamake -./compile/install.sh +./compile/build.sh popd ./3rd/luamake/luamake rebuild |