mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-15 17:08:06 +00:00
[harfbuzz] Mark as not supporting static yet
This commit is contained in:
parent
b91df2281c
commit
f18f97c5d5
@ -7,6 +7,9 @@
|
||||
#
|
||||
|
||||
include(${CMAKE_TRIPLET_FILE})
|
||||
if (VCPKG_LIBRARY_LINKAGE STREQUAL static)
|
||||
message(FATAL_ERROR "Static building not supported yet. Portfile not modified for static and blocked on freetype.")
|
||||
endif()
|
||||
include(vcpkg_common_functions)
|
||||
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/harfbuzz-1.3.2)
|
||||
find_program(NMAKE nmake)
|
||||
|
Loading…
x
Reference in New Issue
Block a user