editor/run.sh
2021-01-08 04:51:04 -06:00

4 lines
120 B
Bash
Executable file

#!/bin/bash
export LD_LIBRARY_PATH=$(pwd)/bass-sys/linux/bass24/x64
echo $LD_LIBRARY_PATH
exec cargo run --release "$@"