Skip to content

Commit aaa408b

Browse files
committed
wip
1 parent c4be966 commit aaa408b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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" "../tools/winlibs.R"
28+
"$(R_HOME)/bin$(R_ARCH_BIN)/Rscript.exe" "-v" "../tools/winlibs.R"
2929

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

tools/winlibs.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ dcf <- read.dcf(dcffile)
66
ver <- dcf[[1, "version"]]
77

88
ver <- "test-2.30.0mavx2"
9+
910
if (!file.exists("../inst/tiledb/include/tiledb/tiledb.h") || !dir.exists("../inst/tiledb/lib/")) {
1011
if (getRversion() < "4") stop("This package requires Rtools40 or newer")
1112
if (dir.exists("../inst/tiledb")) unlink("../inst/tiledb", recursive = TRUE, force = TRUE)

0 commit comments

Comments
 (0)