From c1d98e3aad5dda2b5aaece4ccaa190a37521cc95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Murias?= Date: Tue, 3 Sep 2019 10:55:03 +0200 Subject: [PATCH] Enable moar spesh plugins only on the moar backend --- tools/templates/6.c/bootstrap_sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/templates/6.c/bootstrap_sources b/tools/templates/6.c/bootstrap_sources index 080ff393cc1..ef9072cf5f0 100644 --- a/tools/templates/6.c/bootstrap_sources +++ b/tools/templates/6.c/bootstrap_sources @@ -1,4 +1,4 @@ src/Perl6/bootstrap.c/BOOTSTRAP.nqp src/Perl6/bootstrap.c/EXPORTHOW.nqp -@if(backend!=jvm +@if(backend==moar src/vm/moar/spesh-plugins.nqp)@