summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/projects/asm/masm32/xmake.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/projects/asm/masm32/xmake.lua b/tests/projects/asm/masm32/xmake.lua
index ba0f6d920..0e02c8f5f 100644
--- a/tests/projects/asm/masm32/xmake.lua
+++ b/tests/projects/asm/masm32/xmake.lua
@@ -1,4 +1,8 @@
add_rules("mode.debug", "mode.release")
+
+set_allowedplats("windows")
+set_defaultarchs("x86")
+
target("test")
set_kind("binary")
add_files("src/*.asm")