File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -11,5 +11,7 @@ abs_path() {
1111 (unset CDPATH && cd " $path " > /dev/null && pwd)
1212}
1313
14+ export RUSTC_BOOTSTRAP=1
15+
1416src_dir=" $( abs_path $( dirname " $0 " ) ) "
1517$CARGO run --manifest-path=" $src_dir /Cargo.toml" -- combine " $@ "
Original file line number Diff line number Diff line change @@ -11,5 +11,7 @@ abs_path() {
1111 (unset CDPATH && cd " $path " > /dev/null && pwd)
1212}
1313
14+ export RUSTC_BOOTSTRAP=1
15+
1416src_dir=" $( abs_path $( dirname " $0 " ) ) "
1517$CARGO run --manifest-path=" $src_dir /Cargo.toml" -- generate " $@ "
Original file line number Diff line number Diff line change @@ -11,5 +11,7 @@ abs_path() {
1111 (unset CDPATH && cd " $path " > /dev/null && pwd)
1212}
1313
14+ export RUSTC_BOOTSTRAP=1
15+
1416src_dir=" $( abs_path $( dirname " $0 " ) ) "
1517$CARGO run --manifest-path=" $src_dir /Cargo.toml" -- tarball " $@ "
You can’t perform that action at this time.
0 commit comments