summaryrefslogtreecommitdiff
path: root/xmake/toolchains
diff options
context:
space:
mode:
authorruki <[email protected]>2023-01-04 23:01:41 +0800
committerruki <[email protected]>2023-01-04 23:01:41 +0800
commit0ec969792ddf1e9b964c2744f146b53e63f79910 (patch)
treec62d6d8add2b2c947ee373a0419b0e4bbd0d53ee /xmake/toolchains
parentd7b98c9c16ca12c25267c43c6b88ba7645fe5476 (diff)
improve link for masm32
Diffstat (limited to 'xmake/toolchains')
-rw-r--r--xmake/toolchains/masm32/xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/toolchains/masm32/xmake.lua b/xmake/toolchains/masm32/xmake.lua
index f0a1ac7a4..f4cba74af 100644
--- a/xmake/toolchains/masm32/xmake.lua
+++ b/xmake/toolchains/masm32/xmake.lua
@@ -47,4 +47,5 @@ toolchain("masm32")
toolchain:add("includedirs", path.join(sdkdir, "include"))
toolchain:add("linkdirs", path.join(sdkdir, "lib"))
end
+ toolchain:add("asflags", "/coff")
end)