Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix thinko when invoking panda
Running "perl6 panda-m.bat" certainly wont work on windows. Though
"perl6 panda-m" will.
  • Loading branch information
FROGGS committed Jan 25, 2016
1 parent 4e8a9f9 commit 1225071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/Makefile.in
Expand Up @@ -70,7 +70,7 @@ modules-install-j:
modules-install-m:
@echo "== Installing modules for MoarVM"
cd modules/panda && $(DESTDIR)$(PERL6_M_INSTALL) bootstrap.pl --bin-prefix=$(DESTDIR)$(MOAR_BIN_DIR)
$(PERL) tools/build/module-install.pl $(PERL6_M_INSTALL) $(DESTDIR)$(MOAR_BIN_DIR)/panda-m$(BAT) $(DESTDIR)$(MOAR_BIN_DIR) $(MODULES)
$(PERL) tools/build/module-install.pl $(PERL6_M_INSTALL) $(DESTDIR)$(MOAR_BIN_DIR)/panda-m $(DESTDIR)$(MOAR_BIN_DIR) $(MODULES)

modules-test: @backend_modules_test@
verbose-modules-test: @backend_modules_test@
Expand Down

0 comments on commit 1225071

Please sign in to comment.