Skip to content

Commit

Permalink
Merge branch 'master' into format_floating_point_error_in_test_output
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Sep 18, 2024
2 parents 3e90f68 + f95eb32 commit cb5783b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<!-- Add all new changes here. They will be moved under a version at release -->
* `NEW` Added support for Japanese locale
* `FIX` Eliminate floating point error in test benchmark output
* `FIX` Remove luamake install from make scripts

## 3.10.6
`2024-9-10`
Expand Down
1 change: 0 additions & 1 deletion make.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
git submodule update --init --recursive
cd 3rd\luamake
call compile\install.bat
call compile\build.bat
cd ..\..
IF "%~1"=="" (
Expand Down
1 change: 0 additions & 1 deletion make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

git submodule update --init --recursive
pushd 3rd/luamake
./compile/install.sh
./compile/build.sh
popd
if [ -z "$1" ]; then
Expand Down

0 comments on commit cb5783b

Please sign in to comment.