USE_BINUTILS=yes# linking needs some GNU features, fails on 12 without this, see https://github.com/brummer10/GxPlugins.lv2/issues/9
WRKSRC=${WRKDIR}/GxPlugins.lv2
MAKE_ENV=PATH=${LOCALBASE}/bin:/usr/bin:/bin CXXFLAGS="${CXXFLAGS}"# 'ld' needs to be first in the path on 12, -B{path} isn't sufficient for some reason
MAKE_ARGS= LIB_EXT=so
LDFLAGS+= -B${LOCALBASE}/bin # Use ld provided by USE_BINUTILS for GNU features, otherwise GNU ld isn't called