From 0abaabaf0f9510a8cc5924f5461ec7efb522d386 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Thu, 8 Mar 2018 19:49:02 -0500 Subject: Swap panda to zef for JVM build --- tools/build/Makefile.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in index 70793c9..e55cc25 100644 --- a/tools/build/Makefile.in +++ b/tools/build/Makefile.in @@ -56,8 +56,8 @@ modules-install: @backend_modules_install@ modules-install-j: rakudo-install @echo "== Installing modules for JVM" - cd modules/panda && @path@ $(DESTDIR)$(PERL6_J_INSTALL) bootstrap.pl" - @path@ $(PERL) tools/build/module-install.pl $(PERL6_J_INSTALL) $(DESTDIR)$(SITE_BIN_DIR)/panda-m $(MODULES)" + cd modules/zef && @path@ $(DESTDIR)$(PERL6_J_INSTALL) -Ilib bin/zef install ." + @path@ $(PERL) tools/build/module-install.pl $(PERL6_J_INSTALL) $(DESTDIR)$(SITE_BIN_DIR)/zef-m $(MODULES)" modules-install-m: rakudo-install @echo "== Installing modules for MoarVM" @@ -152,4 +152,3 @@ msi: 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 - -- cgit v1.1