Explorar o código

I think this gets the right Perl include path value.

Fixes Perl compiles on Mac OS X.
Ryan C. Gordon %!s(int64=16) %!d(string=hai) anos
pai
achega
c844a98be3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      CMakeLists.txt

+ 1 - 1
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)