Skip to content

Commit 481506b

Browse files
committed
Test Windows without zlib
1 parent a1652cc commit 481506b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makevars.win

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ else
88
RWINLIB = ../windows/libssl
99
TARGET = lib$(subst gcc,,$(COMPILED_BY))$(R_ARCH)
1010
OPENSSL_CFLAGS = -I$(RWINLIB)/include
11-
OPENSSL_LIBS = -L$(RWINLIB)/$(TARGET) -L$(RWINLIB)/lib -lssl -lcrypto -lz -lws2_32 -lgdi32 -lcrypt32
11+
OPENSSL_LIBS = -L$(RWINLIB)/$(TARGET) -L$(RWINLIB)/lib -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32
1212
endif
1313

1414
STATLIB = bcrypt/libstatbcrypt.a

0 commit comments

Comments
 (0)