summaryrefslogtreecommitdiff
path: root/tests/projects
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects')
-rw-r--r--tests/projects/asm/masm32/xmake.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/projects/asm/masm32/xmake.lua b/tests/projects/asm/masm32/xmake.lua
index 64f0f00b5..ba0f6d920 100644
--- a/tests/projects/asm/masm32/xmake.lua
+++ b/tests/projects/asm/masm32/xmake.lua
@@ -4,4 +4,3 @@ target("test")
add_files("src/*.asm")
add_files("src/*.rc")
set_toolchains("masm32")
- add_syslinks("user32", "kernel32")