diff --git a/python/meson.build b/python/meson.build index 561b464..39896d1 100644 --- a/python/meson.build +++ b/python/meson.build @@ -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', diff --git a/python/online/fxreader/pr34/commands_typed/cli.py b/python/online/fxreader/pr34/commands_typed/cli.py index 933dafc..1451419 100644 --- a/python/online/fxreader/pr34/commands_typed/cli.py +++ b/python/online/fxreader/pr34/commands_typed/cli.py @@ -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, ) diff --git a/releases/whl/online_fxreader_pr34-0.1.5.17+27.5-py3-none-any.whl b/releases/whl/online_fxreader_pr34-0.1.5.17+27.5-py3-none-any.whl new file mode 100644 index 0000000..50ea3fe --- /dev/null +++ b/releases/whl/online_fxreader_pr34-0.1.5.17+27.5-py3-none-any.whl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93157873f84b40f29101b25d181175aae77ad885eeea10d7a535de94fcb7b97e +size 70237 diff --git a/releases/whl/online_fxreader_pr34-0.1.5.17+27.6-py3-none-any.whl b/releases/whl/online_fxreader_pr34-0.1.5.17+27.6-py3-none-any.whl new file mode 100644 index 0000000..298c81a --- /dev/null +++ b/releases/whl/online_fxreader_pr34-0.1.5.17+27.6-py3-none-any.whl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e7c5dbdba0843dde779bfd21a0a84eb44b3b1227deaf6a8c14153534e2fab1 +size 70237