Skip to content

Commit

Permalink
Only awk on win
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan committed Oct 2, 2023
1 parent 0e5928d commit 6709d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ bdist() {
fi
fi
done
if [ "$package" = openslide ]; then
if [ "$package" = openslide && "$os" = win ]; then
# check for extra symbol exports
symbols=$(${objdump} -p "${root}"/bin/libopenslide-*.dll | \
awk -v t=0 \
Expand Down

0 comments on commit 6709d55

Please sign in to comment.