editor/run.sh
2022-01-12 23:48:53 -06:00

5 lines
133 B
Bash
Executable file

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