From 567b1565c661d6b6ae3f11ef191ae0aa2a7c5533 Mon Sep 17 00:00:00 2001 From: Clarence Risher Date: Sun, 15 Sep 2024 09:57:57 -0400 Subject: [PATCH] Remove luamake install from make.sh and make.bat --- changelog.md | 1 + make.bat | 1 - make.sh | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 88ad52cc7..cc4ed3f0c 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,7 @@ ## Unreleased * `NEW` Added support for Japanese locale +* `FIX` Remove luamake install from make scripts ## 3.10.6 `2024-9-10` diff --git a/make.bat b/make.bat index 2ab11bc36..39f261a68 100644 --- a/make.bat +++ b/make.bat @@ -1,6 +1,5 @@ git submodule update --init --recursive cd 3rd\luamake -call compile\install.bat call compile\build.bat cd ..\.. IF "%~1"=="" ( diff --git a/make.sh b/make.sh index da9505a47..5c3578ad6 100755 --- a/make.sh +++ b/make.sh @@ -2,7 +2,6 @@ git submodule update --init --recursive pushd 3rd/luamake -./compile/install.sh ./compile/build.sh popd if [ -z "$1" ]; then