summaryrefslogtreecommitdiff
path: root/tests/console
diff options
context:
space:
mode:
authorruki <[email protected]>2015-06-16 22:10:43 +0800
committerruki <[email protected]>2015-06-16 22:10:43 +0800
commit8c8d7af7135b400a44cc58d3f0d74a72164f9b2a (patch)
treec491d0d3cd0f512b5c5e916f20264b3e7603f69e /tests/console
parent3d97768287a089f862d841cb697b48852941b002 (diff)
check for the mtime of project file
Diffstat (limited to 'tests/console')
-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