From 8c8d7af7135b400a44cc58d3f0d74a72164f9b2a Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 16 Jun 2015 22:10:43 +0800 Subject: check for the mtime of project file --- tests/console/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/console/xmake.lua') 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 -- cgit v1.3.1