This commit is contained in:
zeromus 2014-11-23 23:49:25 +00:00
parent e3dc85fb70
commit 92f87c08ed
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ else:
print 'Could not find liblua, exiting!'
Exit(1)
else:
env.Append(LINKFLAGS = ["-ldl", "-llua5.1"])
env.Append(LINKFLAGS = ["-ldl"])
env.Append(CCFLAGS = ["-Isrc/lua/src"])
lua_available = True
# "--as-needed" no longer available on OSX (probably BSD as well? TODO: test)