1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 15:49:41 +02:00

Copy waflib into build directory to prevent python compiler

code from poluting source tree.
This commit is contained in:
Leland Lucius 2015-04-14 11:17:37 -05:00
parent fa3d546cf8
commit 35cbd1c017

View File

@ -18,6 +18,11 @@ function waf
mkdir -p ${pkg}
pushd >/dev/null ${pkg}
if [ ! -e "waflib" ]
then
cp -a "../${srcdir}/${pkg}"/waflib .
fi
for f in "../${srcdir}/${pkg}"/*
do
if [ ! -e "${f##*/}" ]