From 361aa5344d6b2bc5d09fc7de20de703a8501264c Mon Sep 17 00:00:00 2001 From: Timothy J Fontaine Date: Fri, 13 Jun 2014 14:39:53 -0700 Subject: [PATCH] build: run wix tool chain out of process Building MSIs for different arch's can sometimes confuse MSBuild and Wix, isntead run the toolchain externally so we don't have to worry about which arch cmd.exe is running as. --- tools/msvs/msi/nodemsi.wixproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/msvs/msi/nodemsi.wixproj b/tools/msvs/msi/nodemsi.wixproj index 891291d1966..1059bccb22d 100644 --- a/tools/msvs/msi/nodemsi.wixproj +++ b/tools/msvs/msi/nodemsi.wixproj @@ -58,11 +58,11 @@ - + move "!(TargetPath)" "$(TargetDir)\$(TargetFileName)" move "!(TargetPdbPath)" "$(TargetDir)\$(TargetPdbName)" - \ No newline at end of file +