mirror of
https://github.com/Fishwaldo/qt-openzwave.git
synced 2025-07-23 21:48:21 +00:00
Update OSX Build
This commit is contained in:
parent
80ce5e00c9
commit
77ddc7e6ae
7 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
OZWPATH=`otool -L $1 | grep libopenzwave | awk '{print $1}'`
|
||||
OZWPATH=`otool -L $1 | grep libopenzwave | grep compatibility | awk '{print $1}'`
|
||||
echo $OZWPATH
|
||||
install_name_tool -change $OZWPATH @rpath/libopenzwave-1.6.dylib $1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue