[+] fix meson wrapper

This commit is contained in:
Siarhei Siniak 2025-05-30 12:10:40 +03:00
parent bab76643f2
commit 15ab55e370
3 changed files with 5 additions and 1 deletions

@ -5,7 +5,7 @@ project(
).stdout().strip('\n'),
# 'online.fxreader.uv',
# ['c', 'cpp'],
version: '0.1.5.17+27.9',
version: '0.1.5.17+27.10',
# default_options: [
# 'cpp_std=c++23',
# # 'prefer_static=true',

@ -514,6 +514,7 @@ class CLI(abc.ABC):
subprocess.check_call(
[
str(self.dist_settings.python_path),
'-m',
'mesonbuild.mesonmain',
# shutil_which(
# 'meson',

Binary file not shown.