Skip to content

Commit

Permalink
Deliberate globbing
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed May 7, 2024
1 parent 7bd45de commit 2ee4fa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/apple/install_apple.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ fix_framework() {
# Remove file extension
match=$(echo "$lib_name" | cut -d "." -f1 )
# Hope there's only one match
# shellcheck disable=SC2086
app_lib="$(ls "$APP/Contents/Frameworks/"$match*.dylib)"
otool_lines="$(otool -L "$app_lib")"

Expand Down

0 comments on commit 2ee4fa0

Please sign in to comment.