Skip to content

Commit

Permalink
Use LIB_SUFFIX to install to lib64 instead of lib (thanks, Cristian!).
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 17, 2011
1 parent 855025c commit 54f72a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -554,8 +554,8 @@ ENDIF(PHYSFS_BUILD_RUBY)

INSTALL(TARGETS ${PHYSFS_INSTALL_TARGETS}
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib)
LIBRARY DESTINATION lib${LIB_SUFFIX}
ARCHIVE DESTINATION lib${LIB_SUFFIX})
INSTALL(FILES src/physfs.h DESTINATION include)

FIND_PACKAGE(Doxygen)
Expand Down

0 comments on commit 54f72a0

Please sign in to comment.