Skip to content

Commit a01da8a

Browse files
ccralucapcercuei
authored andcommitted
CI: fix macOS tar balls
Create a symbolic link for libusb-1.0.0.dylib because iio tools is linked to libusb-1.0.0.dylib but we have libusb-1.0.dylib on machines. Signed-off-by: Raluca Groza <[email protected]>
1 parent c74e32e commit a01da8a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CI/azure/macos_tar_fixup.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ do
6464
done
6565
cd ../../../../
6666

67+
# Create links to libusb-1.0.0.dylib
68+
ln -s libusb-1.0.dylib usr/local/lib/libusb-1.0.0.dylib
69+
6770
# Remove old tar and create new one
6871
rm "../${tarname}"
6972
tar -czf "../${tarname}" .

0 commit comments

Comments
 (0)