summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2017-01-28 06:52:15 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2017-01-28 06:54:10 +0530
commitd82bedc2273cdd885c7d8d6d4d9b0b0b72278f9c (patch)
tree5cf7bf50d3327d158c9ba2649dfc1575d8fa56fd /include
parent7c902e3e2be1835d2b626b6a2dcceb313b12c82f (diff)
downloadlibepoxy-d82bedc2273cdd885c7d8d6d4d9b0b0b72278f9c.tar.gz
meson: Don't call find_program objects with python
On UNIX-like OSes, the OS will read the shebang and use the correct interpreter, and on Windows, Meson will read the shebang and use the correct interpreter. Adding it manually will cause python to try to interpret python
Diffstat (limited to 'include')
-rw-r--r--include/epoxy/meson.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/epoxy/meson.build b/include/epoxy/meson.build
index 38fe4ad..623a9fe 100644
--- a/include/epoxy/meson.build
+++ b/include/epoxy/meson.build
@@ -4,7 +4,6 @@ gl_generated = custom_target('gl_generated.h',
'gl_generated.h',
],
command: [
- python,
gen_dispatch_py,
'--header',
'--no-source',
@@ -24,7 +23,6 @@ if build_egl
'egl_generated.h',
],
command: [
- python,
gen_dispatch_py,
'--header',
'--no-source',
@@ -44,7 +42,6 @@ if build_glx
'glx_generated.h',
],
command: [
- python,
gen_dispatch_py,
'--header',
'--no-source',
@@ -64,7 +61,6 @@ if build_wgl
'wgl_generated.h',
],
command: [
- python,
gen_dispatch_py,
'--header',
'--no-source',