Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jun 8, 2023
1 parent 53e224f commit a7f5fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars.win.build
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 = myrustlib/target/$(TARGET)/release
STATLIB = $(LIBDIR)/libmyrustlib.a
PKG_LIBS = -L$(LIBDIR) -lmyrustlib -lws2_32 -ladvapi32 -luserenv -ldbghelp -lbcrypt
PKG_LIBS = -L$(LIBDIR) -lmyrustlib -lws2_32 -ladvapi32 -luserenv -ldbghelp -lbcrypt -lNtosKrnl

# These can also be set in ~/.cargo/config
ifeq ($(R_COMPILED_BY),gcc 8.3.0)
Expand Down

0 comments on commit a7f5fc8

Please sign in to comment.