We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6614170 + 567b156 commit f95eb32Copy full SHA for f95eb32
changelog.md
@@ -3,6 +3,7 @@
3
## Unreleased
4
<!-- Add all new changes here. They will be moved under a version at release -->
5
* `NEW` Added support for Japanese locale
6
+* `FIX` Remove luamake install from make scripts
7
8
## 3.10.6
9
`2024-9-10`
make.bat
@@ -1,6 +1,5 @@
1
git submodule update --init --recursive
2
cd 3rd\luamake
-call compile\install.bat
call compile\build.bat
cd ..\..
IF "%~1"=="" (
make.sh
@@ -2,7 +2,6 @@
pushd 3rd/luamake
-./compile/install.sh
./compile/build.sh
popd
if [ -z "$1" ]; then
0 commit comments