mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
Clean up meson warnings (#2)
Co-authored-by: Florian Singer <florian@spiritXPS.localdomain>
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
project('com.github.rafostar.Clapper',
|
||||
version: '0.0.0',
|
||||
meson_version: '>= 0.47.0',
|
||||
meson_version: '>= 0.50.0',
|
||||
license: 'GPL3',
|
||||
default_options: [ 'warning_level=2' ]
|
||||
)
|
||||
|
||||
python = import('python3')
|
||||
python_bin = python.find_python()
|
||||
python = import('python')
|
||||
python_bin = python.find_installation('python3')
|
||||
|
||||
if not python_bin.found()
|
||||
error('No valid python3 binary found')
|
||||
|
Reference in New Issue
Block a user