mirror of
https://github.com/reactos/CMake.git
synced 2025-02-03 10:31:55 +00:00
ENH: Also add ARCHLIB/CORE to include search paths so perl.h can be found on non-standard install prefixes
This commit is contained in:
parent
a94af4df64
commit
dfb2d35375
@ -160,6 +160,7 @@ if (PERL_EXECUTABLE)
|
||||
|
||||
### PERL_POSSIBLE_INCLUDE_PATHS
|
||||
set(PERL_POSSIBLE_INCLUDE_PATHS
|
||||
${PERL_ARCHLIB}/CORE
|
||||
/usr/lib/perl5/${PERL_VERSION}/${PERL_ARCHNAME}/CORE
|
||||
/usr/lib/perl/${PERL_VERSION}/${PERL_ARCHNAME}/CORE
|
||||
/usr/lib/perl5/${PERL_VERSION}/CORE
|
||||
|
Loading…
x
Reference in New Issue
Block a user