From 5ac0d2b38723d54e528e0181da0887269c236f00 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 15 Feb 2022 02:46:35 +0100 Subject: mesa: bump to 21.3.6 --- extra/mesa/files/pythonpath | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 extra/mesa/files/pythonpath (limited to 'extra/mesa/files/pythonpath') diff --git a/extra/mesa/files/pythonpath b/extra/mesa/files/pythonpath new file mode 100755 index 00000000..563786ed --- /dev/null +++ b/extra/mesa/files/pythonpath @@ -0,0 +1,6 @@ +#!/usr/bin/python3 +import os +import sys + +print("%s/mako/dist/usr/lib/python%d.%d/site-packages:%s" + % (os.getcwd(), sys.version_info.major, sys.version_info.minor, ':'.join(sys.path))) -- cgit v1.2.3