From 0e840b67f7c7f260c5268adc240b1f467de530c6 Mon Sep 17 00:00:00 2001 From: Kevin Wasserman Date: Tue, 3 Mar 2015 04:59:14 -0500 Subject: [PATCH] add /usr to paths for light.exe; fix mingw path --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e26efd6..89fd2bb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -249,7 +249,7 @@ installer: moonshot.msi moonshot.msi: windows/app.wxs windows/config.wxi $(bin_PROGRAMS) "${WIX_CANDLE}" $< - "${WIX_LIGHT}" -b ${prefix} -b ${prefix}/mingw -o moonshot.msi app.wixobj + "${WIX_LIGHT}" -b ${prefix} -b /usr -b /c/mingw -o moonshot.msi app.wixobj endif -- 2.1.4