summaryrefslogtreecommitdiff
path: root/tests/projects/asm
diff options
context:
space:
mode:
authorruki <[email protected]>2023-01-04 23:03:03 +0800
committerruki <[email protected]>2023-01-04 23:03:03 +0800
commitc1dcbe82c7f5eadcb167bd152d202cad4afef7a4 (patch)
tree735877c4b552c61ac32043dc15f9f95945f8d157 /tests/projects/asm
parent0ec969792ddf1e9b964c2744f146b53e63f79910 (diff)
improve arch for masm32
Diffstat (limited to 'tests/projects/asm')
-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")