Skip to content

Commit f40c1ae

Browse files
committed
WiX: include llvm-ml in the build tools
The Windows build tools should include `llvm-ml`, a replacement for `ml` which is the assembler.
1 parent c31c320 commit f40c1ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

platforms/Windows/bld/bld.wxs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@
100100
<Component>
101101
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\llvm-lipo.exe" />
102102
</Component>
103+
<Component>
104+
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\llvm-ml.exe" />
105+
</Component>
103106
<Component>
104107
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\llvm-mt.exe" />
105108
</Component>

0 commit comments

Comments
 (0)