diff options
| -rw-r--r-- | ports/physfs/portfile.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/physfs/portfile.cmake b/ports/physfs/portfile.cmake index 463d1b8a7..80ed17d0f 100644 --- a/ports/physfs/portfile.cmake +++ b/ports/physfs/portfile.cmake @@ -7,6 +7,9 @@ # include(${CMAKE_TRIPLET_FILE}) +if (VCPKG_LIBRARY_LINKAGE STREQUAL static) + message(FATAL_ERROR "Static building not supported yet") +endif() include(vcpkg_common_functions) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/physfs-2.0.3) vcpkg_download_distfile(ARCHIVE |
