Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
earlephilhower committed Jan 2, 2024
1 parent 01f4f96 commit a962704
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,14 @@ jobs:
# Package
mkdir /tmp/picotool
cp -a /usr/local/Cellar/hidapi/*/lib/*.dylib /tmp/picotool/.
cp -a /usr/local/Cellar/libusb/*/lib/*.dylib /tmp/picotool/.
cp -a /usr/local/Cellar/capstone/*/lib/*.dylib /tmp/picotool/.
cp -a picotool /tmp/picotool/.
cp -a ../LICENSE.TXT /tmp/picotool/.
cp -a ../README.md /tmp/picotool/.
# Make dynlibs relative
otool -L /tmp/picotool/picotool
(cwd=$(pwd); cd /tmp/picotool; bash $cwd/osx-relative-dynlib.sh)
(cwd=$(pwd); cd /tmp/picotool; bash $cwd/../../osx-relative-dynlib.sh)
otool -L /tmp/picotool/picotool
# Create tarball
Expand Down

0 comments on commit a962704

Please sign in to comment.