aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-10-26 19:06:43 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2016-10-26 19:06:43 -0700
commit64e894511aab2f3f4b87c8403b21981e940d5207 (patch)
tree8f1e4b7c593bd4c1c194f1eabee89be9dd5285b9
parentc58b6e6fd42e12d99a4f90ef8d23622d9e2401d4 (diff)
downloadvcpkg-64e894511aab2f3f4b87c8403b21981e940d5207.tar.gz
vcpkg-64e894511aab2f3f4b87c8403b21981e940d5207.zip
[openal-soft] Mark as not static ready
-rw-r--r--ports/openal-soft/portfile.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/openal-soft/portfile.cmake b/ports/openal-soft/portfile.cmake
index 856ac9367..397726cee 100644
--- a/ports/openal-soft/portfile.cmake
+++ b/ports/openal-soft/portfile.cmake
@@ -1,3 +1,7 @@
+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/openal-soft-1.17.2)
vcpkg_download_distfile(ARCHIVE