mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-31 19:51:45 +02:00
Don't look at generated/ anymore (fixes compile error)
This commit is contained in:
@@ -547,7 +547,7 @@ if GetOption('no-install-prompt'):
|
|||||||
|
|
||||||
|
|
||||||
#Generate list of sources to compile
|
#Generate list of sources to compile
|
||||||
sources = Glob("src/*.cpp") + Glob("src/*/*.cpp") + Glob("src/*/*/*.cpp") + Glob("generated/*.cpp") + Glob("data/*.cpp")
|
sources = Glob("src/*.cpp") + Glob("src/*/*.cpp") + Glob("src/*/*/*.cpp") + Glob("data/*.cpp")
|
||||||
if not GetOption('nolua') and not GetOption('renderer') and not GetOption('font'):
|
if not GetOption('nolua') and not GetOption('renderer') and not GetOption('font'):
|
||||||
sources += Glob("src/lua/socket/*.c") + Glob("src/lua/LuaCompat.c")
|
sources += Glob("src/lua/socket/*.c") + Glob("src/lua/LuaCompat.c")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user