We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd70004 commit 0c6b294Copy full SHA for 0c6b294
build/Makefile.in
@@ -301,7 +301,7 @@ $(STAGE1)/$(CORE_SETTING_PBC): $(STAGE0_PBCS) $(CORE_SETTING_SOURCES)
301
$(PERL) build/gen_setting.pl $(CORE_SETTING_SOURCES) > $(STAGE1)/$(CORE_SETTING_NQP)
302
$(PARROT) --library=$(STAGE0) $(STAGE0)/$(NQP_PBC) \
303
--target=pir --output=$(STAGE1)/$(CORE_SETTING_PIR) \
304
- $(STAGE1)/$(CORE_SETTING_NQP)
+ --setting=NULL $(STAGE1)/$(CORE_SETTING_NQP)
305
$(PARROT) -o $(STAGE1)/$(CORE_SETTING_PBC) $(STAGE1)/$(CORE_SETTING_PIR)
306
307
$(STAGE2): $(STAGE2_PBCS)
0 commit comments