summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-08-03 13:20:23 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-08-03 13:20:23 +0530
commitf65d933845faa73a864cce17a8ccd575d8da9f10 (patch)
treeda9dafc33c4ebae63ce012c30aedb2ac906de37a /configure
parentd399a1bc794576a0c3932d92ff63f0ae97300570 (diff)
downloadbuild-common-f65d933845faa73a864cce17a8ccd575d8da9f10.tar.gz
build-common-f65d933845faa73a864cce17a8ccd575d8da9f10.tar.bz2
build-common-f65d933845faa73a864cce17a8ccd575d8da9f10.zip
paths
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index ef7f697..20de9e1 100755
--- a/configure
+++ b/configure
@@ -41,5 +41,7 @@ python3 "$scriptpath/pyvercheck.py" || exit $?
# Allow Python to find libraries that are checked into the build system git.
export PYTHONPATH="$scriptpath:${PYTHONPATH:-}"
+export TALERBUILDSYSTEMDIR=./build-system
+
# Call configure.py, assuming all went well.
-exec python3 ./configure.py "$@"
+exec python3 $TALERBUILDSYSTEMDIR/configure.py "$@"