Skip to content

Commit

Permalink
Fix crypto dependency
Browse files Browse the repository at this point in the history
as explained in extendr/rextendr#165
  • Loading branch information
hpwxf committed Sep 3, 2023
1 parent 0206dfe commit 956ba4b
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
@@ -1,7 +1,7 @@
TARGET = $(subst 64,x86_64,$(subst 32,i686,$(WIN)))-pc-windows-gnu
LIBDIR = ./rust/target/$(TARGET)/release
STATLIB = $(LIBDIR)/liblibkrigingtemplate.a
PKG_LIBS = -L$(LIBDIR) -llibkrigingtemplate -lws2_32 -ladvapi32 -luserenv
PKG_LIBS = -L$(LIBDIR) -llibkrigingtemplate -lws2_32 -ladvapi32 -luserenv -lbcrypt

all: C_clean

Expand Down

0 comments on commit 956ba4b

Please sign in to comment.