move all into subdirs

master
Bel LaPointe 2023-12-19 22:01:27 -05:00
parent 2d4451f97a
commit 82b24cabeb
5 changed files with 8 additions and 0 deletions

8
rust-whisper/cargo.sh Normal file
View File

@ -0,0 +1,8 @@
#! /bin/bash
#RUSTFLAGS="-Clink-args=-lstd++" \
export C_INCLUDE_PATH="$C_INCLUDE_PATH:$PWD/.."
export LIBRARY_PATH="$LIBRARY_PATH:$PWD/.."
cargo "$@"