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 412cf6a commit 0b7c85bCopy full SHA for 0b7c85b
src/Makevars.win
@@ -16,9 +16,6 @@ CARGO_LINKER = x86_64-w64-mingw32.static.posix-gcc.exe
16
all: C_clean $(SHLIB) cleanup
17
18
$(SHLIB): $(STATLIB)
19
- if [ "$(NOT_CRAN)" != "true" ]; then \
20
- rm -Rf "$(STATLIB)" "$(CARGOTMP)" "$(VENDOR_DIR)" "$(LIBDIR)/build"; \
21
- fi
22
23
CARGOTMP = $(CURDIR)/.cargo
24
VENDOR_DIR = $(CURDIR)/rust/vendor
0 commit comments