New comment by q66 on void-packages repository https://github.com/void-linux/void-packages/pull/18283#issuecomment-576395296 Comment: You can more cleanly check for musl like ``` if [ "$XBPS_TARGET_LIBC" = "musl" ]; then .... fi ``` otherwise lgtm