summaryrefslogtreecommitdiffstats
path: root/video/simplescreenrecorder/BUILD
blob: 1ae2ff682409928def9b615e7c623d5b5ec26184 (plain) (blame)
1
2
3
4
5
6
7
# XXX workaround for linking issue with GCC 11
case "$HOST" in
  (*-musl)
    LDFLAGS+=" -static-libstdc++"
    ;;
esac &&
default_build