mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 11:07:10 +01:00
Merge pull request #3160 from Alisayyy-Yang/fixUnrar
Unrar buildsystem doesn't support static building. Building dynamic
This commit is contained in:
commit
e48a58b271
@ -6,7 +6,8 @@ set(UNRAR_URL http://www.rarlab.com/rar/${UNRAR_FILENAME})
|
||||
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/unrar)
|
||||
|
||||
if (VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
||||
message(FATAL_ERROR "Unrar does not currently support building statically")
|
||||
message(STATUS "Unrar buildsystem doesn't support static building. Building dynamic instead.")
|
||||
set(VCPKG_LIBRARY_LINKAGE dynamic)
|
||||
endif()
|
||||
|
||||
#SRC
|
||||
|
Loading…
x
Reference in New Issue
Block a user