From c844a98be3e3966d8dc4ae1bc1808db864f27f2c Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 1 Feb 2010 21:33:20 -0500 Subject: [PATCH] I think this gets the right Perl include path value. Fixes Perl compiles on Mac OS X. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 28352981..0a5b228e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)