1
0
Fork 0
phizclip-desktop-demo/examples/rust/build_mac.sh

4 lines
108 B
Bash

DIR=`cd $(dirname $0); pwd -P`
cd $DIR
cargo build
install_name_tool -add_rpath ${DIR} target/debug/rustdemo