Skip to content

Commit

Permalink
Do not use vanilla (respect local proxy settings)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Aug 1, 2019
1 parent 6ac6e34 commit 525fa91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars.win
Expand Up @@ -15,6 +15,6 @@ clean:
rm -f $(SHLIB) $(OBJECTS)

winlibs:
"${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe" --vanilla "../tools/winlibs.R" $(VERSION)
"${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe" "../tools/winlibs.R" $(VERSION)

.PHONY: all winlibs clean

0 comments on commit 525fa91

Please sign in to comment.