Skip to content

Commit

Permalink
remove VENDOR_DIR in debian build
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry committed May 8, 2024
1 parent ff8a0a1 commit 32ae04f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ $(STATLIB):
export PATH="$(PATH):$(HOME)/.cargo/bin" && \
cargo build $(CRAN_FLAGS) --lib --release --manifest-path=./rust/Cargo.toml --target-dir $(TARGET_DIR); \
rm -Rf $(CARGOTMP) && \
rm -Rf $(VENDOR_DIR) && \
rm -Rf $(LIBDIR)/build; \
else \
export PATH="$(PATH):$(HOME)/.cargo/bin" && \
Expand Down

0 comments on commit 32ae04f

Please sign in to comment.