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 c9fe559 commit fd931c9Copy full SHA for fd931c9
src/Makevars.win
@@ -25,7 +25,7 @@ $(LIB_CON): connection/connection.o
25
$(SHLIB_LINK) $(LIBR) -o $@ $^
26
27
winlibs:
28
- "$(R_HOME)/bin$(R_ARCH_BIN)/Rscript.exe" "-v" "../tools/winlibs.R"
+ "$(R_HOME)/bin$(R_ARCH_BIN)/Rscript.exe" "../tools/winlibs.R"
29
30
clean:
31
rm -f $(SHLIB) $(OBJECTS) $(LIB_CON) connection/connection.o
0 commit comments