Skip to content

Commit

Permalink
Merge pull request #2183 from tonytheodore/patch-1
Browse files Browse the repository at this point in the history
Install pkg-config file on MINGW also
  • Loading branch information
Cyan4973 authored Jul 10, 2020
2 parents 78ebe4b + 53fe73a commit 865ecf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/cmake/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ if (ZSTD_BUILD_STATIC)
OUTPUT_NAME ${STATIC_LIBRARY_BASE_NAME})
endif ()

if (UNIX)
if (UNIX OR MINGW)
# pkg-config
set(PREFIX "${CMAKE_INSTALL_PREFIX}")
set(LIBDIR "${CMAKE_INSTALL_LIBDIR}")
Expand Down

0 comments on commit 865ecf6

Please sign in to comment.