From cfb0a267a4fa7d406bfa531a0b0a01b28201f967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20B=C3=B6ker?= Date: Sun, 22 Sep 2019 16:36:56 +0200 Subject: [PATCH] Revert "Remove unused and broken options forwarding from nqp-configure" This reverts commit 608c6cdc1da1b844d7da3572fda9034ed0e73a14. I obviously have no idea what I'm doing... --- Configure.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/Configure.pl b/Configure.pl index 006db291576..f948a454634 100755 --- a/Configure.pl +++ b/Configure.pl @@ -62,6 +62,7 @@ BEGIN $config->{$config_status} = join ' ', map { qq("$_") } @ARGV; GetOptions( + $cfg->options, 'help!', 'prefix=s', 'perl6-home=s', 'nqp-home=s', 'sysroot=s', 'sdkroot=s',