[+] update toolchain name

This commit is contained in:
Siarhei Siniak 2025-05-23 14:35:45 +03:00
parent 8c971fb518
commit a7c192a51e
4 changed files with 9 additions and 3 deletions

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

@ -560,7 +560,7 @@ class CLI(abc.ABC):
for o in toolchains:
entry = self.meson_toolchains_t.res_t.toolchain_t(
name=pathlib.Path(o).name,
name=pathlib.Path(o).stem,
path=pathlib.Path(o),
)
@ -634,7 +634,7 @@ class CLI(abc.ABC):
if len(self.third_party_roots) > 0:
extra_args.extend(['-Dthird_party_roots=%s' % str(o.absolute()) for o in self.third_party_roots])
self._cross_file(
extra_args = self._cross_file(
extra_args=extra_args,
pyproject_tool=pyproject_tool,
)

Binary file not shown.

Binary file not shown.