Remove NAZARA_UNITY_BUILD define

This commit is contained in:
SirLynix 2023-04-13 09:23:42 +02:00
parent cdb4ff2de9
commit 396c0f73f3
1 changed files with 0 additions and 1 deletions

View File

@ -491,7 +491,6 @@ for name, module in pairs(modules) do
end
if has_config("unitybuild") then
add_defines("NAZARA_UNITY_BUILD")
add_rules("c++.unity_build", {uniqueid = "NAZARA_UNITY_ID", batchsize = 12})
end