Skip to content

Commit

Permalink
I think this gets the right Perl include path value.
Browse files Browse the repository at this point in the history
Fixes Perl compiles on Mac OS X.
  • Loading branch information
icculus committed Feb 2, 2010
1 parent 8415f29 commit c844a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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)

Expand Down

0 comments on commit c844a98

Please sign in to comment.