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:
parent
fa3d546cf8
commit
35cbd1c017
5
lib-src/lv2/configure
vendored
5
lib-src/lv2/configure
vendored
@ -18,6 +18,11 @@ function waf
|
|||||||
mkdir -p ${pkg}
|
mkdir -p ${pkg}
|
||||||
pushd >/dev/null ${pkg}
|
pushd >/dev/null ${pkg}
|
||||||
|
|
||||||
|
if [ ! -e "waflib" ]
|
||||||
|
then
|
||||||
|
cp -a "../${srcdir}/${pkg}"/waflib .
|
||||||
|
fi
|
||||||
|
|
||||||
for f in "../${srcdir}/${pkg}"/*
|
for f in "../${srcdir}/${pkg}"/*
|
||||||
do
|
do
|
||||||
if [ ! -e "${f##*/}" ]
|
if [ ! -e "${f##*/}" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user