Files
VOREStation/verdigris/build-linux.sh
T
ShadowLarkens 6275972fef Add Verdigris, an in-tree rust module to cover our random performance-code needs. (#16479)
* 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
2024-10-16 23:33:10 +02:00

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"