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 4776df5 commit ef22ac3Copy full SHA for ef22ac3
src/Makevars
@@ -11,8 +11,8 @@ export CARGO_HOME=$(PWD)/.cargo
11
12
$(STATLIB):
13
PATH="$(HOME)/.cargo/bin:$(PATH)" cargo build --release --manifest-path=myrustlib/Cargo.toml
14
- rm -Rf $(CARGO_HOME)
15
- rm -Rf $(LIBDIR)/build
+ rm -Rf $(CARGO_HOME) || true
+ rm -Rf $(LIBDIR)/build || true
16
17
clean:
18
rm -Rf $(SHLIB) $(STATLIB) $(OBJECTS) myrustlib/target
0 commit comments