mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-19 05:09:49 +01:00
6275972fef
* Add Verdigris, an in-tree rust module to cover our random performance-code needs * Add a features section to the verdigris readme * Update linux so to latest as well
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"
|