mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-20 22:35:24 +00:00
variable dynamic lib names
This commit is contained in:
@@ -41,8 +41,8 @@ when defined(MACOSX):
|
||||
LUA_LIB_NAME* = "liblua(|5.2|5.1|5.0).dylib"
|
||||
elif defined(UNIX):
|
||||
const
|
||||
LUA_NAME* = "liblua(|5.2|5.1|5.0).so.(|0)"
|
||||
LUA_LIB_NAME* = "liblua(|5.2|5.1|5.0).so.(|0)"
|
||||
LUA_NAME* = "liblua(|5.2|5.1|5.0).so(|.0)"
|
||||
LUA_LIB_NAME* = "liblua(|5.2|5.1|5.0).so(|.0)"
|
||||
else:
|
||||
const
|
||||
LUA_NAME* = "lua(|5.2|5.1|5.0).dll"
|
||||
|
||||
Reference in New Issue
Block a user