Reverted 2011-01-08T22:50:40Z!loonycyborg@gmail.com: "Ensure that lua files are built with -Isrc...
...since it's required now.", as it is no longer needed.
This commit is contained in:
parent
cb339ce30a
commit
18110c0420
1 changed files with 1 additions and 1 deletions
|
@ -31,5 +31,5 @@ lstrlib.c
|
|||
loadlib.c
|
||||
linit.c
|
||||
""")
|
||||
liblua = env.Library("lua", lua_sources, CCCOM = env["CXXCOM"], CPPPATH = ["$CPPPATH", Dir(".").srcnode()])
|
||||
liblua = env.Library("lua", lua_sources, CCCOM = env["CXXCOM"], CPPPATH = [Dir(".").srcnode()])
|
||||
Return("liblua")
|
||||
|
|
Loading…
Add table
Reference in a new issue