diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-26 15:32:35 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-26 15:32:35 -0700 |
| commit | f18f97c5d52f2076d10dfb38ca744daf848b522e (patch) | |
| tree | d2b89a456ac6301b0bd506a73be91731f034824f | |
| parent | b91df2281cab654e106d8c14132e3644a8d59e6a (diff) | |
| download | vcpkg-f18f97c5d52f2076d10dfb38ca744daf848b522e.tar.gz vcpkg-f18f97c5d52f2076d10dfb38ca744daf848b522e.zip | |
[harfbuzz] Mark as not supporting static yet
| -rw-r--r-- | ports/harfbuzz/portfile.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/harfbuzz/portfile.cmake b/ports/harfbuzz/portfile.cmake index 6a46dda10..1bb64f3e4 100644 --- a/ports/harfbuzz/portfile.cmake +++ b/ports/harfbuzz/portfile.cmake @@ -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) |
