From 59746c19482ccafa08366cf02ccd8c74a54e312f Mon Sep 17 00:00:00 2001 From: Alberson Miranda <45690517+albersonmiranda@users.noreply.github.com> Date: Tue, 6 Aug 2024 14:20:48 -0300 Subject: [PATCH] chore: clean up `Makevars.win` template Remove a few duplicated lines. --- inst/templates/cran/Makevars.win | 7 ------- 1 file changed, 7 deletions(-) diff --git a/inst/templates/cran/Makevars.win b/inst/templates/cran/Makevars.win index f02ffd85..f19bb836 100644 --- a/inst/templates/cran/Makevars.win +++ b/inst/templates/cran/Makevars.win @@ -13,13 +13,6 @@ CRAN_FLAGS=-j 2 --offline CARGOTMP = $(CURDIR)/.cargo VENDOR_DIR = $(CURDIR)/vendor -all: C_clean - -$(SHLIB): $(STATLIB) - -CRAN_FLAGS=-j 2 --offline -CARGOTMP = $(CURDIR)/.cargo - $(STATLIB): # uncompress vendored deps if [ -f ./rust/vendor.tar.xz ]; then \