mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 08:30:28 +00:00
Readd -Isrc when building lua as it's needed again
This commit is contained in:
parent
f051dbedfd
commit
0a6e9bf884
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user