From 93bc872b26f6eb2b3c5b3965832e58427732c166 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Fri, 16 Aug 2024 14:48:16 -0700 Subject: [PATCH] WiX: include `llvm-ml` in the build tools The Windows build tools should include `llvm-ml`, a replacement for `ml` which is the assembler. --- platforms/Windows/bld/bld.wxs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platforms/Windows/bld/bld.wxs b/platforms/Windows/bld/bld.wxs index 98ab6335..e45273f1 100644 --- a/platforms/Windows/bld/bld.wxs +++ b/platforms/Windows/bld/bld.wxs @@ -100,6 +100,9 @@ + + +