Skip to content

Commit e4903ea

Browse files
committed
unbust the build
"make test" does not work though
1 parent f4848dc commit e4903ea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tools/build/Makefile-Parrot.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -775,8 +775,9 @@ $(PARROT_BUILD_DIR)/$(NQP_EXE): $(PARROT_BUILD_DIR)/$(NQP_PBC) $(PARROT_DLL_COPY
775775

776776
$(P5QREGEX_PBC): $(PARROT_BUILD_DIR)/$(NQP_EXE) $(P5QREGEX_SOURCES)
777777
$(PERL) tools/build/gen-cat.pl parrot $(P5QREGEX_SOURCES) > $(P5QREGEX_COMBINED)
778-
$(PARROT_BUILD_DIR)/$(NQP_EXE) --library=$(PARROT_BUILD_DIR) --target=pir --output=$(P5QREGEX_COMBINED_PIR) \
779-
$(P5QREGEX_COMBINED)
778+
$(PARROT) --library=$(PARROT_BUILD_DIR) $(PARROT_BUILD_DIR)/$(NQP_PBC) \
779+
--module-path=$(PARROT_BUILD_DIR) --setting-path=$(PARROT_BUILD_DIR) \
780+
--target=pir --output=$(P5QREGEX_COMBINED_PIR) $(P5QREGEX_COMBINED)
780781
$(PARROT) --library=$(PARROT_BUILD_DIR) -o $(P5QREGEX_PBC) $(P5QREGEX_COMBINED_PIR)
781782

782783
@make_dllcopy@

0 commit comments

Comments
 (0)