default lua version to 5.4

This commit is contained in:
lion 2025-09-21 13:06:25 +08:00
parent 815b1fb54b
commit 355c0d8673
2 changed files with 2 additions and 2 deletions

View File

@ -13,4 +13,4 @@ clean:
find . -name \*.so | xargs rm -f
find . -name \*.o | xargs rm -f
.PHONY: clean
.PHONY: clean

View File

@ -9,7 +9,7 @@ make
sudo make install
```
备注Makefile 里面的 `LuaVersion` 变量代表你本地环境的 lua 的版本,默认为 5.3如果你的版本不是 5.3,记得先修改为和你本地 lua 版本一致的版本号。
备注Makefile 里面的 `LuaVersion` 变量代表你本地环境的 lua 的版本,默认为 5.4如果你的版本不是 5.4,记得先修改为和你本地 lua 版本一致的版本号。
# 使用方式