diff --git a/trunk/SConstruct b/trunk/SConstruct index 57141a35..abac3ba1 100644 --- a/trunk/SConstruct +++ b/trunk/SConstruct @@ -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)