Explorar o código

CMake: Honor LIB_SUFFIX for pkgconfig install path

R?mi Verschelde %!s(int64=8) %!d(string=hai) anos
pai
achega
3167a48675
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -266,7 +266,7 @@ if(NOT MSVC)
     )
     )
     install(
     install(
         FILES "${CMAKE_CURRENT_BINARY_DIR}/extras/physfs.pc"
         FILES "${CMAKE_CURRENT_BINARY_DIR}/extras/physfs.pc"
-        DESTINATION "lib/pkgconfig"
+        DESTINATION "lib${LIB_SUFFIX}/pkgconfig"
     )
     )
 endif()
 endif()