editor/run.sh

5 lines
133 B
Bash
Raw Permalink Normal View History

2021-01-08 07:21:39 +00:00
#!/bin/bash
export LD_LIBRARY_PATH=$(pwd)/bass-sys/linux/bass24/x64
echo $LD_LIBRARY_PATH
2022-01-13 05:48:53 +00:00
exec mold -run cargo run --release -- "$@"