[+] update toolchain name
This commit is contained in:
parent
8c971fb518
commit
a7c192a51e
@ -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,
|
||||
)
|
||||
|
BIN
releases/whl/online_fxreader_pr34-0.1.5.17+27.5-py3-none-any.whl
(Stored with Git LFS)
Normal file
BIN
releases/whl/online_fxreader_pr34-0.1.5.17+27.5-py3-none-any.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
releases/whl/online_fxreader_pr34-0.1.5.17+27.6-py3-none-any.whl
(Stored with Git LFS)
Normal file
BIN
releases/whl/online_fxreader_pr34-0.1.5.17+27.6-py3-none-any.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user