summaryrefslogtreecommitdiff
path: root/make.sh
diff options
context:
space:
mode:
authorJulian Grinblat <julian@dotcore.co.il>2023-06-14 22:49:11 +0900
committerGitHub <noreply@github.com>2023-06-14 21:49:11 +0800
commit5c4f5b20595a6d2452569a5b9d2007e2bb19e18b (patch)
treeedd3df5cd0dba0f35202ae2fbfc972fbb5e9d384 /make.sh
parent58ed9b73227edf9eb5a65b569eca65bcdc7b2353 (diff)
downloadlua-language-server-5c4f5b20595a6d2452569a5b9d2007e2bb19e18b.zip
fix: do not overwrite config files when building (#2163)
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.sh b/make.sh
index f0907391..31cca369 100755
--- a/make.sh
+++ b/make.sh
@@ -2,6 +2,6 @@
git submodule update --init --recursive
pushd 3rd/luamake
-./compile/install.sh
+./compile/build.sh
popd
./3rd/luamake/luamake rebuild