mirror of
https://github.com/lionsoul2014/ip2region.git
synced 2025-12-08 19:25:22 +00:00
default lua version to 5.4
This commit is contained in:
parent
815b1fb54b
commit
355c0d8673
@ -13,4 +13,4 @@ clean:
|
||||
find . -name \*.so | xargs rm -f
|
||||
find . -name \*.o | xargs rm -f
|
||||
|
||||
.PHONY: clean
|
||||
.PHONY: clean
|
||||
|
||||
@ -9,7 +9,7 @@ make
|
||||
sudo make install
|
||||
```
|
||||
|
||||
备注:Makefile 里面的 `LuaVersion` 变量代表你本地环境的 lua 的版本,默认为 5.3,如果你的版本不是 5.3,记得先修改为和你本地 lua 版本一致的版本号。
|
||||
备注:Makefile 里面的 `LuaVersion` 变量代表你本地环境的 lua 的版本,默认为 5.4,如果你的版本不是 5.4,记得先修改为和你本地 lua 版本一致的版本号。
|
||||
|
||||
|
||||
# 使用方式
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user