Skip to content

Commit

Permalink
Add loading path
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyGharbi committed Feb 3, 2020
1 parent 271b715 commit de6596b
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions ci/build-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,8 @@ cd ..
# Build
cmake --build build --target install --config RelWithDebInfo

echo "SHOW BUILD"
ls build/

echo "SHOW DESTRIBUTE"

ls build/distribute

echo "SHOW DESTRIBUTE"
ls build/distribute/node-libuiohook
# Configure loading path
sudo install_name_tool -change \
/usr/local/lib/libuiohook.0.dylib \
./node_modules/node-libuiohook/libuiohook.0.dylib \
./build/${DISTRIBUTEDIRECTORY}/node-libuiohook/node_libuiohook.node

0 comments on commit de6596b

Please sign in to comment.