Skip to content

Commit

Permalink
Remove luamake install from make.sh and make.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
sparr committed Sep 15, 2024
1 parent 6614170 commit 567b156
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 @@ -3,6 +3,7 @@
## Unreleased
<!-- Add all new changes here. They will be moved under a version at release -->
* `NEW` Added support for Japanese locale
* `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 567b156

Please sign in to comment.