1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-01 08:29:27 +02:00

Don't build LV2 with 'gnu++11' in CFLAGS

This commit is contained in:
Leland Lucius 2019-12-17 15:39:26 -06:00
parent 384b7fe4ec
commit 29599c364d

View File

@ -46,6 +46,7 @@ function waf
[ ! -e "${f##*/}" ] && ln -s "${f}"
done
export CFLAGS="${CFLAGS/++11/11}" # Circumvent travis setting
export PKG_CONFIG_PATH="${prefix}/lib/pkgconfig"
export LDFLAGS="${LDFLAGS} -ldl -lm"