aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2012-07-28 02:37:13 -0500
committerpmichaud <pmichaud@pobox.com>2012-07-28 02:37:13 -0500
commitf2057b0daa96042b26027e03e5cca880256e3fb0 (patch)
tree9a2c2e5d055dac4fc4ab49622fb02eb80bb80ae1
parenta280cf5050c819552c1cbe6b2466781cbeaf5908 (diff)
Fix directory argument for building source .wxs file.2012.07
-rw-r--r--skel/tools/build/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/skel/tools/build/Makefile.in b/skel/tools/build/Makefile.in
index deeefa4..92d157f 100644
--- a/skel/tools/build/Makefile.in
+++ b/skel/tools/build/Makefile.in
@@ -158,7 +158,7 @@ perlcritic:
msi:
-$(CP) c:/strawberry/c/bin/libgcc_s_sjlj-1.dll $(PARROT_BIN_DIR)
- cmd /c heat dir rakudo -gg -sfrag -cg RakudoStar -dr INSTALLROOT -srd -out star-files.wxs
+ cmd /c heat dir $(PREFIX_DIR) -gg -sfrag -cg RakudoStar -dr INSTALLROOT -srd -out star-files.wxs
cmd /c candle star-files.wxs
cmd /c candle -dSTARVERSION=$(STAR_VERSION) tools/build/star-product.wxs
cmd /c light -b $(PREFIX_DIR) -ext WixUIExtension star-files.wixobj star-product.wixobj -o rakudo-star-$(STAR_VERSION).msi