Skip to content

Commit df361ce

Browse files
committed
GH-46050: [R] Add windows to set of paths in Makevars.in (#46055)
### Rationale for this change Prevent warnings on CRAN ### What changes are included in this PR? Remove paths on windows analogous to linux. ### Are these changes tested? Yes, via winbuilder ### Are there any user-facing changes? No * GitHub Issue: #46050 Authored-by: Bryce Mecum <[email protected]> Signed-off-by: Jacob Wujciak-Jens <[email protected]>
1 parent 487d0b3 commit df361ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

r/src/Makevars.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ PKG_LIBS=@libs@
3131
all: $(SHLIB) purify
3232

3333
purify: $(SHLIB)
34-
@rm -rf ../libarrow || true
34+
@rm -rf ../{libarrow,windows} || true

0 commit comments

Comments
 (0)