mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 09:01:12 +01:00
Copy waflib into build directory to prevent python compiler
code from poluting source tree.
This commit is contained in:
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##*/}" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user