diff options
Diffstat (limited to 'xmake/toolchains/msvc/load.lua')
| -rw-r--r-- | xmake/toolchains/msvc/load.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/toolchains/msvc/load.lua b/xmake/toolchains/msvc/load.lua index ddd6f2d25..74e119e35 100644 --- a/xmake/toolchains/msvc/load.lua +++ b/xmake/toolchains/msvc/load.lua @@ -49,9 +49,9 @@ function main(toolchain) if toolchain:is_arch("x86") then toolchain:set("toolset", "as", "ml.exe") elseif toolchain:is_arch("arm64") then - toolchain:set("toolset", "as", "armasm64.exe") + toolchain:set("toolset", "as", "[email protected]") elseif toolchain:is_arch("arm.*") then - toolchain:set("toolset", "as", "armasm.exe") + toolchain:set("toolset", "as", "[email protected]") else toolchain:set("toolset", "as", "ml64.exe") end |
