diff options
author | Cem Keylan <cem@ckyln.com> | 2022-02-15 02:46:35 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-02-15 02:46:35 +0100 |
commit | 5ac0d2b38723d54e528e0181da0887269c236f00 (patch) | |
tree | 9c0d948eb33b88997f8e9589cd779e39e58f7114 /extra/mesa/files | |
parent | 3898a2826f9dee04041ba3e4d3fd9ccdefffe1c2 (diff) | |
download | repository-5ac0d2b38723d54e528e0181da0887269c236f00.tar.gz |
mesa: bump to 21.3.6
Diffstat (limited to 'extra/mesa/files')
-rwxr-xr-x | extra/mesa/files/pythonpath | 6 |
1 files changed, 6 insertions, 0 deletions
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))) |