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

4 lines
108 B
Bash
Raw Normal View History

2022-07-04 16:27:43 +08:00
DIR=`cd $(dirname $0); pwd -P`
cd $DIR
cargo build
install_name_tool -add_rpath ${DIR} target/debug/rustdemo