4 lines
108 B
Bash
4 lines
108 B
Bash
|
DIR=`cd $(dirname $0); pwd -P`
|
||
|
cd $DIR
|
||
|
cargo build
|
||
|
install_name_tool -add_rpath ${DIR} target/debug/rustdemo
|