diff options
| author | ruki <[email protected]> | 2023-01-04 23:03:03 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-01-04 23:03:03 +0800 |
| commit | c1dcbe82c7f5eadcb167bd152d202cad4afef7a4 (patch) | |
| tree | 735877c4b552c61ac32043dc15f9f95945f8d157 /tests/projects/asm | |
| parent | 0ec969792ddf1e9b964c2744f146b53e63f79910 (diff) | |
improve arch for masm32
Diffstat (limited to 'tests/projects/asm')
| -rw-r--r-- | tests/projects/asm/masm32/xmake.lua | 1 |
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") |
