Skip to content

Commit

Permalink
Update to GCC 13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed Sep 2, 2023
1 parent a80682d commit a6937c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,9 @@ for target in "${targets[@]}"; do

cd "${toolchain_directory}/${triplet}/lib"


while read name; do
echo "'${name}'"
if [[ "$(file --brief --mime-type "${name}")" != 'application/x-sharedlib' ]]; then
continue
fi
Expand Down

0 comments on commit a6937c7

Please sign in to comment.