Fix a typo in version2json tool
This commit is contained in:
parent
13357063d6
commit
44e56e4b46
@ -13,7 +13,7 @@ import json
|
||||
### Load Lua shared library
|
||||
for lib_name in ["../liblua", "liblua", "liblua.so"]:
|
||||
try:
|
||||
lua = ctypes.CDLL("../liblua")
|
||||
lua = ctypes.CDLL(lib_name)
|
||||
break
|
||||
except Exception:
|
||||
continue
|
||||
|
Loading…
x
Reference in New Issue
Block a user