mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com> Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
7 lines
175 B
Bash
7 lines
175 B
Bash
#!/bin/bash
|
|
|
|
DIR="$(dirname "$0")"
|
|
|
|
cargo build --release --target i686-unknown-linux-gnu
|
|
cp "target/i686-unknown-linux-gnu/release/libverdigris.so" "$DIR/../libverdigris.so"
|