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
(transplanted from 079b6bf97b2332419d0768daca1df0a52fda0d32)
  • Loading branch information
icculus committed Feb 17, 2011
1 parent 57f48cb commit b9c25d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -336,8 +336,8 @@ ENDIF(PHYSFS_BUILD_WX_TEST)

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 physfs.h DESTINATION include)

FIND_PACKAGE(Doxygen)
Expand Down

0 comments on commit b9c25d3

Please sign in to comment.