We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3bf9c0 commit 90f3e5eCopy full SHA for 90f3e5e
src/Makevars.ucrt
@@ -1,9 +1,7 @@
1
PKG_CPPFLAGS = -I./lib -D_WEBSOCKETPP_CPP11_THREAD_
2
-
3
-ifeq (,$(shell pkg-config --version 2>/dev/null))
+PKG_LIBS = $(shell pkg-config --libs openssl)
+ifeq ($(PKG_LIBS),)
4
PKG_LIBS = -lssl -lcrypto -lz -lws2_32 -lgdi32 -lcrypt32
5
else
6
PKG_CPPFLAGS += $(shell pkg-config --cflags openssl)
7
- PKG_LIBS = $(shell pkg-config --libs openssl)
8
endif
9
0 commit comments