Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
CMake: Honor LIB_SUFFIX for pkgconfig install path
  • Loading branch information
akien-mga committed Sep 27, 2017
1 parent bb2c38c commit 3167a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -266,7 +266,7 @@ if(NOT MSVC)
)
install(
FILES "${CMAKE_CURRENT_BINARY_DIR}/extras/physfs.pc"
DESTINATION "lib/pkgconfig"
DESTINATION "lib${LIB_SUFFIX}/pkgconfig"
)
endif()

Expand Down

0 comments on commit 3167a48

Please sign in to comment.