mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 08:33:36 +02: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}
|
||||
pushd >/dev/null ${pkg}
|
||||
|
||||
if [ ! -e "waflib" ]
|
||||
then
|
||||
cp -a "../${srcdir}/${pkg}"/waflib .
|
||||
fi
|
||||
|
||||
for f in "../${srcdir}/${pkg}"/*
|
||||
do
|
||||
if [ ! -e "${f##*/}" ]
|
||||
|
Reference in New Issue
Block a user