Readd -Isrc when building lua as it's needed again

This commit is contained in:
Sergey Popov 2011-02-19 18:35:36 +00:00
parent f051dbedfd
commit 0a6e9bf884

View File

@ -32,5 +32,5 @@ lstrlib.c
loadlib.c
linit.c
""")
liblua = env.Library("lua", lua_sources, CCCOM = env["CXXCOM"], CPPPATH = [Dir(".").srcnode()])
liblua = env.Library("lua", lua_sources, CCCOM = env["CXXCOM"], CPPPATH = ["$CPPPATH", Dir(".").srcnode()])
Return("liblua")