Tests: disable unity buildd

This commit is contained in:
Jérôme Leclercq 2021-12-23 18:26:00 +01:00
parent 0aff946665
commit 1aa56b4db8
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@ add_files("resources.cpp")
add_files("Engine/**.cpp")
add_includedirs(".")
if xmake.version():ge("2.5.9") then
--[[if xmake.version():ge("2.5.9") then
add_rules("c++.unity_build")
end
end]]
target("NazaraClientUnitTests")
add_deps("NazaraAudio")