Fixes issue #207. The problem is discussed in this issue. For macOS with darwin version >=18 and also using the system perl (/usr/bin/perl) we should use -iwithsysroot instead of -I to include the perl CORE directory. This seems to fixed for ExtUtils::MakeMaker but we are not using that module for building.
Fixes issue #207. The problem is discussed in this issue. For macOS with darwin version >=18 and also using the system perl (
/usr/bin/perl
) we should use-iwithsysroot
instead of-I
to include the perlCORE
directory. This seems to fixed forExtUtils::MakeMaker
but we are not using that module for building.