Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Jan 31, 2024
1 parent 8de6eaa commit 5f8aee8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ rm -fr ecmwflibs/share/proj/*.txt
rm -fr ecmwflibs/share/proj/*.pol
rm -fr ecmwflibs/share/magics/efas

for n in install/lib/*.dylib
do
echo $n
otool -L $n
done

strip -S install/lib/*.dylib

./scripts/versions.sh > ecmwflibs/versions.txt

0 comments on commit 5f8aee8

Please sign in to comment.