Skip to content

Commit

Permalink
meson: remove python2
Browse files Browse the repository at this point in the history
AFAICS this is used nowhere within this project, remove the dependency.

Signed-off-by: Rouven Czerwinski <rouven@czerwinskis.de>
  • Loading branch information
Emantor authored and mikesart committed Feb 20, 2021
1 parent edf388d commit 216f7d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ add_project_arguments(['-Wno-unused-parameter',
c = meson.get_compiler('c')
cc = meson.get_compiler('cpp')

prog_python2 = find_program('python2')

all_deps = [
cc.find_library('dl'),
dependency('sdl2'),
Expand Down

0 comments on commit 216f7d8

Please sign in to comment.