We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 134692d commit fc6fba3Copy full SHA for fc6fba3
src/Makevars.win
@@ -1,12 +1,15 @@
1
-VERSION = 0.27.2
+VERSION = 1.0.0
2
RWINLIB = ../windows/libgit2-${VERSION}
3
4
PKG_CPPFLAGS = -I${RWINLIB}/include \
5
- -DR_NO_REMAP -DSTRICT_R_HEADERS
+ -DR_NO_REMAP -DSTRICT_R_HEADERS \
6
+ -DGIT2R_HAVE_BUF_DISPOSE \
7
+ -DGIT2R_HAVE_OBJECT_ANY \
8
+ -DGIT2R_LIBGIT2_V0_99_0_RENAMES
9
10
PKG_LIBS = -L${RWINLIB}/lib${R_ARCH} \
- -lgit2 -lcurl-dualssl -lhttp_parser -lssh2 -lz -lssl -lcrypto \
- -lwinhttp -lgdi32 -lole32 -lrpcrt4 -lws2_32 -lcrypt32 -lwldap32
11
+ -lgit2 -lssh2 -lz -lssl -lcrypto \
12
+ -lwinhttp -lws2_32 -lcrypt32 -lole32 -lrpcrt4
13
14
all: clean winlibs
15
0 commit comments