Skip to content

Commit

Permalink
maybe fix for R 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Jun 7, 2024
1 parent 695063a commit 5d5e69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ endif
# Configure openssl and finalize PKG_LIBS. If openssl is not available via
# pkg-config, it was downloaded from rwinlibs in configure.win.
ifeq (,$(shell pkg-config openssl --libs 2>/dev/null))
OPENSSL_CFLAGS = -I../windows/openssl-$(VERSION)/include
OPENSSL_CFLAGS = -I../windows/openssl/include
OPENSSL_LIB_FLAGS = -L../windows/openssl/lib -lssl -lcrypto -lz -lws2_32 -lgdi32 -lcrypt32
else
OPENSSL_CFLAGS =
Expand Down

0 comments on commit 5d5e69f

Please sign in to comment.