lua@5.4.2: Change LUA_PATH -> LUA_EXE_PATH (#3839)

This commit is contained in:
hungpham3112 2022-08-18 15:38:38 +07:00 committed by GitHub
parent 320e42d27b
commit d1f2ae4ad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@
]
],
"env_set": {
"LUA_PATH": "$dir",
"LUA_EXE_PATH": "$dir",
"LUA_CPATH": "$dir"
},
"checkver": {