From c8f6b4a2aa8f4e3b11162eb15c5777320d076d34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20B=C3=B6ker?= Date: Sun, 22 Sep 2019 16:36:02 +0200 Subject: [PATCH] Revert "Remove unused and broken options forwarding from nqp-configure" This reverts commit b64a2867f0ae83ebccc9303e661d9e79697dfedf. I obviously have no idea what I'm doing. --- Configure.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure.pl b/Configure.pl index c56746d77f..9335232ce9 100755 --- a/Configure.pl +++ b/Configure.pl @@ -54,7 +54,7 @@ BEGIN $cfg->set( 'nqp_config_status', join( ' ', map { "\"$_\"" } @ARGV ) ); GetOptions( - 'help!', + $cfg->options, 'help!', 'prefix=s', 'nqp-home=s', 'sdkroot=s', 'sysroot=s', 'backends=s', 'no-clean',