Skip to content

Commit

Permalink
Merge pull request #2853 from sparr/remove_luamake_install
Browse files Browse the repository at this point in the history
Remove luamake install from make.sh and make.bat
  • Loading branch information
sumneko committed Sep 18, 2024
2 parents 6614170 + 567b156 commit f95eb32
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 f95eb32

Please sign in to comment.