1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-27 15:50:10 +01:00

Adding changes that I missed when redoing my branches.

This commit is contained in:
Leland Lucius
2015-04-08 10:21:17 -05:00
parent 9e0a0300f6
commit a66184f259
21 changed files with 3745 additions and 5233 deletions

View File

@@ -54,8 +54,8 @@ Cflags: -I\${includedir}/${pkg}${major}
EOF
export PKG_CONFIG_PATH="$(pwd)/${pkg}/build:${PKG_CONFIG_PATH}"
export CFLAGS="-I$(pwd)/${pkg} ${CFLAGS}"
export LDFLAGS="-L$(pwd)/${pkg} ${lib} ${LDFLAGS}"
export CFLAGS="-I$(pwd)/${pkg} -I$(pwd)/${pkg}/build ${CFLAGS}"
export LDFLAGS="-L$(pwd)/${pkg}/build ${lib} ${LDFLAGS}"
ln -s ../${pkg}/${pkg} include
}