Ver Fonte

CMake: Honor LIB_SUFFIX for pkgconfig install path

R?mi Verschelde há 8 anos atrás
pai
commit
3167a48675
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -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()