We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a2094 commit 7dc371eCopy full SHA for 7dc371e
2 files changed
src/Makevars
@@ -4,7 +4,7 @@ PKG_CFLAGS = -pthread
4
PKG_CPPFLAGS = -DSTRICT_R_HEADERS -DR_NO_REMAP
5
PKG_LIBS = -L$(LIBDIR) -lmyrustlib -lresolv -pthread
6
7
-all: $(SHLIB) cleanup
+all: cleanup
8
9
$(SHLIB): $(STATLIB)
10
src/Makevars.win
@@ -4,7 +4,7 @@ STATLIB = $(LIBDIR)/libmyrustlib.a
PKG_LIBS = -L$(LIBDIR) -lmyrustlib -lws2_32 -ladvapi32 -lgdi32 -lbcrypt -lcrypt32 -luserenv -lntdll
0 commit comments