2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-21 02:52:12 +00:00

macOS doesn't have "find -executable".

This commit is contained in:
Rene Rivera
2022-04-27 18:12:20 -05:00
parent adf175f637
commit 43b7ecf466

View File

@@ -4,7 +4,7 @@ set -e
pushd $1
$HOME/temp/.b2/bin/b2 -d+2 ${B2_ARGS}
find . -executable -type f -o -name "*.o" -o -name "*.a" -o -name "*.so" -o -name "*.dylib" -exec file '{}' '+'
find . -perm /a+x -type f -o -name "*.o" -o -name "*.a" -o -name "*.so" -o -name "*.dylib" -exec file '{}' '+'
popd
# Use, modification, and distribution are