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 3e90f68 + f95eb32 commit cb5783bCopy full SHA for cb5783b
changelog.md
@@ -4,6 +4,7 @@
4
<!-- Add all new changes here. They will be moved under a version at release -->
5
* `NEW` Added support for Japanese locale
6
* `FIX` Eliminate floating point error in test benchmark output
7
+* `FIX` Remove luamake install from make scripts
8
9
## 3.10.6
10
`2024-9-10`
make.bat
@@ -1,6 +1,5 @@
1
git submodule update --init --recursive
2
cd 3rd\luamake
3
-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