Skip to content

Commit

Permalink
Bump rwinlib (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen authored Feb 28, 2021
1 parent 0639f6e commit d7aa7c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RWINLIB = ../windows/gifski-0.8.6
RWINLIB = ../windows/gifski-0.8.7
PKG_CPPFLAGS= -I$(RWINLIB)/include
PKG_LIBS= -L$(RWINLIB)/lib${R_ARCH} \
-lgifski -lws2_32 -ladvapi32 -luserenv -ldbghelp
Expand Down
4 changes: 2 additions & 2 deletions tools/winlibs.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Build against gifski libs compiled with the Rtools
if(!file.exists("../windows/gifski-0.8.6/include/gifski.h")){
if(!file.exists("../windows/gifski-0.8.7/include/gifski.h")){
if(getRversion() < "3.3.0") setInternet2()
download.file("https://github.com/rwinlib/gifski/archive/v0.8.6.zip", "lib.zip", quiet = TRUE)
download.file("https://github.com/rwinlib/gifski/archive/v0.8.7.zip", "lib.zip", quiet = TRUE)
dir.create("../windows", showWarnings = FALSE)
unzip("lib.zip", exdir = "../windows")
unlink("lib.zip")
Expand Down

0 comments on commit d7aa7c9

Please sign in to comment.