File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- RWINLIB = ../windows/gifski-0.8.4
1+ RWINLIB = ../windows/gifski-0.8.6
22PKG_CPPFLAGS= -I$(RWINLIB)/include
33PKG_LIBS= -L$(RWINLIB)/lib${R_ARCH} \
44 -lgifski -lws2_32 -ladvapi32 -luserenv -ldbghelp
Original file line number Diff line number Diff line change 11# Build against gifski libs compiled with the Rtools
2- if (! file.exists(" ../windows/gifski-0.8.4 /include/gifski.h" )){
2+ if (! file.exists(" ../windows/gifski-0.8.6 /include/gifski.h" )){
33 if (getRversion() < " 3.3.0" ) setInternet2()
4- download.file(" https://github.com/rwinlib/gifski/archive/v0.8.4 .zip" , " lib.zip" , quiet = TRUE )
4+ download.file(" https://github.com/rwinlib/gifski/archive/v0.8.6 .zip" , " lib.zip" , quiet = TRUE )
55 dir.create(" ../windows" , showWarnings = FALSE )
66 unzip(" lib.zip" , exdir = " ../windows" )
77 unlink(" lib.zip" )
You can’t perform that action at this time.
0 commit comments