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 a1652cc commit e45e1e7Copy full SHA for e45e1e7
src/Makevars.win
@@ -1,15 +1,12 @@
1
PKG_CONFIG ?= $(BINPREF)pkg-config
2
OPENSSL_LIBS := $(shell $(PKG_CONFIG) --libs openssl)
3
4
-ifneq ($(OPENSSL_LIBS),)
5
-$(info using OpenSSL from Rtools)
6
-OPENSSL_CFLAGS := $(shell $(PKG_CONFIG) --cflags openssl)
7
-else
+
8
RWINLIB = ../windows/libssl
9
TARGET = lib$(subst gcc,,$(COMPILED_BY))$(R_ARCH)
10
OPENSSL_CFLAGS = -I$(RWINLIB)/include
11
-OPENSSL_LIBS = -L$(RWINLIB)/$(TARGET) -L$(RWINLIB)/lib -lssl -lcrypto -lz -lws2_32 -lgdi32 -lcrypt32
12
-endif
+OPENSSL_LIBS = -L$(RWINLIB)/$(TARGET) -L$(RWINLIB)/lib -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32
13
14
STATLIB = bcrypt/libstatbcrypt.a
15
LIBBCRYPT = bcrypt/bcrypt_pbkdf.o bcrypt/blowfish.o
0 commit comments