summaryrefslogtreecommitdiff
path: root/tests/console/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/console/xmake.lua')
-rw-r--r--tests/console/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/console/xmake.lua b/tests/console/xmake.lua
index 9f45c4cce..57c9f641a 100644
--- a/tests/console/xmake.lua
+++ b/tests/console/xmake.lua
@@ -22,7 +22,7 @@ if modes("profile") then
set_warnings("none")
set_optimize("fastest")
end
-
+
if archs("x86", "x64") then
add_defines("ARCH=\"$(arch)\"", "PLAT=$(plat)", "MODE=$(mode)", "HOST=$(host)")
end