aboutsummaryrefslogtreecommitdiff
path: root/ports/libvorbis
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libvorbis')
-rw-r--r--ports/libvorbis/portfile.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/libvorbis/portfile.cmake b/ports/libvorbis/portfile.cmake
index 15cf48857..66bfca07c 100644
--- a/ports/libvorbis/portfile.cmake
+++ b/ports/libvorbis/portfile.cmake
@@ -7,7 +7,8 @@
#
if (VCPKG_LIBRARY_LINKAGE STREQUAL static)
- message(FATAL_ERROR "Static building not supported yet")
+ message(STATUS "Warning: Static building not supported yet. Building dynamic.")
+ set(VCPKG_LIBRARY_LINKAGE dynamic)
endif()
include(vcpkg_common_functions)
find_program(GIT git)