I think this gets the right Perl include path value.

Fixes Perl compiles on Mac OS X.
This commit is contained in:
Ryan C. Gordon 2010-02-01 21:33:20 -05:00
parent 8415f297f0
commit c844a98be3
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ IF(PHYSFS_BUILD_PERL)
MARK_AS_ADVANCED(PERL)
# !!! FIXME: installsitearch might be the wrong location.
GET_PERL_CONFIG("installarchlib" PERL_INCLUDE_PATH)
GET_PERL_CONFIG("archlibexp" PERL_INCLUDE_PATH)
GET_PERL_CONFIG("ccflags" PERL_CCFLAGS)
GET_PERL_CONFIG("installsitearch" PERL_INSTALL_PATH)