Skip to content

Commit 567b156

Browse files
committed
Remove luamake install from make.sh and make.bat
1 parent 6614170 commit 567b156

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
@@ -3,6 +3,7 @@
33
## Unreleased
44
<!-- Add all new changes here. They will be moved under a version at release -->
55
* `NEW` Added support for Japanese locale
6+
* `FIX` Remove luamake install from make scripts
67

78
## 3.10.6
89
`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)