Merge branch 'python-path' into 'master'

egl: avoid hard-coding the path to `python`

See merge request glvnd/libglvnd!216
This commit is contained in:
Eric Engestrom 2019-12-17 00:24:08 +00:00
commit d14e580a31
3 changed files with 2 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import sys

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
"""
Contains a list of EGL functions to generate dispatch functions for.

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
"""
Generates dispatch functions for EGL.