summaryrefslogtreecommitdiffstats
path: root/configure
blob: a499b3462d8ba35804d4062ec98bbaa1b3c53ed0 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

SRCDIR=$(dirname $0)
TOPSRCDIR="$SRCDIR"
PYTHON3="${PYTHON3:-python3}"

exec "$PYTHON3" "$TOPSRCDIR/configure.py" "$@"