Remove NAZARA_UNITY_BUILD define
This commit is contained in:
parent
cdb4ff2de9
commit
396c0f73f3
|
|
@ -491,7 +491,6 @@ for name, module in pairs(modules) do
|
||||||
end
|
end
|
||||||
|
|
||||||
if has_config("unitybuild") then
|
if has_config("unitybuild") then
|
||||||
add_defines("NAZARA_UNITY_BUILD")
|
|
||||||
add_rules("c++.unity_build", {uniqueid = "NAZARA_UNITY_ID", batchsize = 12})
|
add_rules("c++.unity_build", {uniqueid = "NAZARA_UNITY_ID", batchsize = 12})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue