Skip to content

Commit cb5783b

Browse files
authored
Merge branch 'master' into format_floating_point_error_in_test_output
2 parents 3e90f68 + f95eb32 commit cb5783b

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<!-- Add all new changes here. They will be moved under a version at release -->
55
* `NEW` Added support for Japanese locale
66
* `FIX` Eliminate floating point error in test benchmark output
7+
* `FIX` Remove luamake install from make scripts
78

89
## 3.10.6
910
`2024-9-10`

make.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
git submodule update --init --recursive
22
cd 3rd\luamake
3-
call compile\install.bat
43
call compile\build.bat
54
cd ..\..
65
IF "%~1"=="" (

make.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
git submodule update --init --recursive
44
pushd 3rd/luamake
5-
./compile/install.sh
65
./compile/build.sh
76
popd
87
if [ -z "$1" ]; then

0 commit comments

Comments
 (0)