Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Sep 19, 2024
1 parent d72bff6 commit 3049d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $(SHLIB): $(STATLIB)
# You can comment these things out if you do not submit to CRAN.
CRANFLAGS=-j 2
CARGOTMP=$(PWD)/.cargo
export CARGO_HOME=$(CARGOTMP)
#export CARGO_HOME=$(CARGOTMP)

$(STATLIB):
if [ -f myrustlib/vendor.tar.xz ]; then tar xf myrustlib/vendor.tar.xz && mkdir -p $(CARGOTMP) && cp myrustlib/vendor-config.toml $(CARGOTMP)/config.toml; fi
Expand Down

0 comments on commit 3049d8d

Please sign in to comment.