aboutsummaryrefslogtreecommitdiff
path: root/ports/libwebsockets/CMakeLists.patch
diff options
context:
space:
mode:
authorJackBoosY <yuzaiyang@beyondsoft.com>2020-01-13 23:55:59 -0800
committerJackBoosY <yuzaiyang@beyondsoft.com>2020-01-13 23:55:59 -0800
commit2514481b42ebdeec28649582fc666955cf206c84 (patch)
tree60c9809a5c3c8adbad240a40b1088a6f8e42c019 /ports/libwebsockets/CMakeLists.patch
parentb751326c91c9a307aaf5e340b61ab9f2d1ad45a4 (diff)
parent28eee51adb36f2165be846e77ef7b3ee5b3f8789 (diff)
downloadvcpkg-2514481b42ebdeec28649582fc666955cf206c84.tar.gz
vcpkg-2514481b42ebdeec28649582fc666955cf206c84.zip
Merge branch 'master' of https://github.com/Microsoft/vcpkg into dev/jack/upgrade_libi
Diffstat (limited to 'ports/libwebsockets/CMakeLists.patch')
-rw-r--r--ports/libwebsockets/CMakeLists.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/libwebsockets/CMakeLists.patch b/ports/libwebsockets/CMakeLists.patch
new file mode 100644
index 000000000..c2263f709
--- /dev/null
+++ b/ports/libwebsockets/CMakeLists.patch
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 4daeec85e..34e5e197d 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -1822,7 +1822,7 @@ endif()
+ if (WINCE)
+ list(APPEND LIB_LIST ws2.lib)
+ elseif (WIN32)
+- list(APPEND LIB_LIST ws2_32.lib userenv.lib psapi.lib iphlpapi.lib)
++ list(APPEND LIB_LIST ws2_32.lib userenv.lib psapi.lib iphlpapi.lib crypt32.lib)
+ endif()
+
+ if (${CMAKE_SYSTEM_NAME} MATCHES "QNX")