Skip to content

Commit aa8c117

Browse files
committed
otool
1 parent a55528a commit aa8c117

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

recipe/build.sh

+5
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,10 @@ make -j$CPU_COUNT
1515
ctest
1616
make install -j$CPU_COUNT
1717

18+
if test `uname` = "Darwin"
19+
then
20+
otool -L $PREFIX/lib/libjpeg.dylib
21+
fi
22+
1823
# We can remove this when we start using the new conda-build.
1924
find $PREFIX -name '*.la' -delete

0 commit comments

Comments
 (0)