diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-06-08 14:33:25 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-06-19 13:54:25 +0200 |
| commit | 2db4e50618faf277aa6e7b0b45b6fc1aa5389653 (patch) | |
| tree | 16e5161bc9e7bab878fef065247cf8a3355cb6db /scripts/setup_rust_fork.sh | |
| parent | 0ddb937624265f167f66b034422252d00801cd29 (diff) | |
| download | rust-2db4e50618faf277aa6e7b0b45b6fc1aa5389653.tar.gz rust-2db4e50618faf277aa6e7b0b45b6fc1aa5389653.zip | |
Rewrite build.sh in rust
This makes it easier to compile cg_clif on systems that don't support bash shell scripts like Windows
Diffstat (limited to 'scripts/setup_rust_fork.sh')
| -rw-r--r-- | scripts/setup_rust_fork.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setup_rust_fork.sh b/scripts/setup_rust_fork.sh index b52ca6ea2ad..c494e78050a 100644 --- a/scripts/setup_rust_fork.sh +++ b/scripts/setup_rust_fork.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -./build.sh +./y.rs build source build/config.sh echo "[SETUP] Rust fork" |
