mirror of
https://github.com/boostorg/build.git
synced 2026-02-21 02:52:12 +00:00
macOS doesn't do symbolic find perms.
This commit is contained in:
@@ -4,7 +4,7 @@ set -e
|
||||
|
||||
pushd $1
|
||||
$HOME/temp/.b2/bin/b2 -d+2 ${B2_ARGS}
|
||||
find . -perm /a+x -type f -o -name "*.o" -o -name "*.a" -o -name "*.so" -o -name "*.dylib" -exec file '{}' '+'
|
||||
find . -perm /111 -type f -o -name "*.o" -o -name "*.a" -o -name "*.so" -o -name "*.dylib" -exec file '{}' '+'
|
||||
popd
|
||||
|
||||
# Use, modification, and distribution are
|
||||
|
||||
Reference in New Issue
Block a user