Skip to content

Commit fd931c9

Browse files
committed
fix
1 parent c9fe559 commit fd931c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makevars.win

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $(LIB_CON): connection/connection.o
2525
$(SHLIB_LINK) $(LIBR) -o $@ $^
2626

2727
winlibs:
28-
"$(R_HOME)/bin$(R_ARCH_BIN)/Rscript.exe" "-v" "../tools/winlibs.R"
28+
"$(R_HOME)/bin$(R_ARCH_BIN)/Rscript.exe" "../tools/winlibs.R"
2929

3030
clean:
3131
rm -f $(SHLIB) $(OBJECTS) $(LIB_CON) connection/connection.o

0 commit comments

Comments
 (0)