aboutsummaryrefslogtreecommitdiff
path: root/extra/mesa/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-02-15 02:46:35 +0100
committerCem Keylan <cem@ckyln.com>2022-02-15 02:46:35 +0100
commit5ac0d2b38723d54e528e0181da0887269c236f00 (patch)
tree9c0d948eb33b88997f8e9589cd779e39e58f7114 /extra/mesa/build
parent3898a2826f9dee04041ba3e4d3fd9ccdefffe1c2 (diff)
downloadrepository-5ac0d2b38723d54e528e0181da0887269c236f00.tar.gz
mesa: bump to 21.3.6
Diffstat (limited to 'extra/mesa/build')
-rwxr-xr-xextra/mesa/build3
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/mesa/build b/extra/mesa/build
index 26d29fcb..460f8ac8 100755
--- a/extra/mesa/build
+++ b/extra/mesa/build
@@ -11,8 +11,7 @@
)
-pyver=$(python3 --version) pyver=${pyver##* }
-PYTHONPATH="$PWD/mako/dist/usr/lib/python${pyver%.*}/site-packages:$(python -c "import sys; print(':'.join(sys.path))")"
+PYTHONPATH=$(./pythonpath)
export PYTHONPATH
export DESTDIR="$1"