chore(premake5.lua): remove updater.cpp from build
This commit is contained in:
parent
f613fe8adb
commit
aa75f2247e
@ -388,3 +388,9 @@ dependencies.imports()
|
|||||||
|
|
||||||
group "Dependencies"
|
group "Dependencies"
|
||||||
dependencies.projects()
|
dependencies.projects()
|
||||||
|
|
||||||
|
removefiles { "src/client/component/updater.cpp", "src/client/component/updater.hpp" }
|
||||||
|
|
||||||
|
-- filter { "configurations:Release", "files:src/client/component/updater.cpp" }
|
||||||
|
-- flags { "ExcludeFromBuild" }
|
||||||
|
-- filter {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user