kauma/build
2024-10-26 18:51:07 +02:00

8 lines
180 B
Bash
Executable file

#!/bin/bash
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
cd $SCRIPT_DIR
ln -s /rust/vendor $SCRIPT_DIR/vendor
cargo build --release --offline