Skip to content

Commit

Permalink
chore: clean up Makevars.win template (#376)
Browse files Browse the repository at this point in the history
Remove a few duplicated lines.
  • Loading branch information
albersonmiranda authored Aug 6, 2024
1 parent c4f5b0c commit 4a3344e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions inst/templates/cran/Makevars.win
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 4a3344e

Please sign in to comment.