built-in lua codepath in sconstruct needed -ldl
This commit is contained in:
parent
d520ffddf6
commit
e3dc85fb70
|
@ -151,6 +151,7 @@ else:
|
||||||
print 'Could not find liblua, exiting!'
|
print 'Could not find liblua, exiting!'
|
||||||
Exit(1)
|
Exit(1)
|
||||||
else:
|
else:
|
||||||
|
env.Append(LINKFLAGS = ["-ldl", "-llua5.1"])
|
||||||
env.Append(CCFLAGS = ["-Isrc/lua/src"])
|
env.Append(CCFLAGS = ["-Isrc/lua/src"])
|
||||||
lua_available = True
|
lua_available = True
|
||||||
# "--as-needed" no longer available on OSX (probably BSD as well? TODO: test)
|
# "--as-needed" no longer available on OSX (probably BSD as well? TODO: test)
|
||||||
|
|
Loading…
Reference in New Issue