Merge pull request #2183 from tonytheodore/patch-1
Install pkg-config file on MINGW also
This commit is contained in:
commit
865ecf67ae
@ -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}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user