diff options
author | Emmanuele Bassi <ebassi@gmail.com> | 2019-11-26 15:04:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-26 15:04:36 +0000 |
commit | d43eae87144fab41c5ab86ef63867bd4486b7c50 (patch) | |
tree | f49da25715471d6d307f1966eb7c8f7e03c83787 /meson.build | |
parent | 9b50dc4d844405aff21fafd8f6c2948319e42283 (diff) | |
parent | 7baa918b3f946a27f39fd1d99c2e6a4499c4a20c (diff) | |
download | libepoxy-d43eae87144fab41c5ab86ef63867bd4486b7c50.tar.gz |
Merge pull request #213 from anholt/no-python2
Remove Python 2 support
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meson.build b/meson.build index 80655ea..fe632c5 100644 --- a/meson.build +++ b/meson.build @@ -196,12 +196,6 @@ if host_system == 'windows' gdi32_dep = cc.find_library('gdi32', required: true) endif -# Python -python = import('python3').find_python() -if not python.found() - python = find_program('python', required: true) -endif - # Generates the dispatch tables gen_dispatch_py = files('src/gen_dispatch.py') |