Rewrite build.sh in rust
This makes it easier to compile cg_clif on systems that don't support bash shell scripts like Windows
This commit is contained in:
parent
0ddb937624
commit
2db4e50618
9 changed files with 372 additions and 91 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
./build.sh
|
||||
./y.rs build
|
||||
source build/config.sh
|
||||
|
||||
echo "[SETUP] Rust fork"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue