rust-whisper/rust-whisper-baked/cargo.sh

11 lines
206 B
Bash

#! /bin/bash
#RUSTFLAGS="-Clink-args=-lstd++" \
echo https://github.com/ExistentialAudio/BlackHole
export C_INCLUDE_PATH="$C_INCLUDE_PATH:$PWD/.."
export LIBRARY_PATH="$LIBRARY_PATH:$PWD/.."
cargo "$@"