Skip to content

Commit

Permalink
unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Jan 31, 2024
1 parent 88100dc commit 8de6eaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/wheel-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ ls -l
so=$(ls -1 *.so)
lipo -extract $(arch) $so -output $so.$(arch)
mv $so.$(arch) $so
echo =================================================================
otool -L $so
echo =================================================================
cd ..
zip -r $name ecmwflibs
cd ..
Expand Down

0 comments on commit 8de6eaa

Please sign in to comment.