Merge pull request #142002 from trofi/perl-non-cross

perl: set 'configurePlatforms = [];' to prepare for default change
This commit is contained in:
Guillaume Girol 2021-11-10 22:00:59 +00:00 committed by GitHub
commit 4a1750ad7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,6 +123,9 @@ let
sed -i 's,\(libswanted.*\)pthread,\1,g' Configure
'';
# Default perl does not support --host= & co.
configurePlatforms = [];
setupHook = ./setup-hook.sh;
passthru = rec {