[+] fix cross_file usage
This commit is contained in:
parent
fc10601632
commit
62a21cc6a0
@ -5,7 +5,7 @@ project(
|
|||||||
).stdout().strip('\n'),
|
).stdout().strip('\n'),
|
||||||
# 'online.fxreader.uv',
|
# 'online.fxreader.uv',
|
||||||
# ['c', 'cpp'],
|
# ['c', 'cpp'],
|
||||||
version: '0.1.5.17+27.19',
|
version: '0.1.5.17+27.20',
|
||||||
# default_options: [
|
# default_options: [
|
||||||
# 'cpp_std=c++23',
|
# 'cpp_std=c++23',
|
||||||
# # 'prefer_static=true',
|
# # 'prefer_static=true',
|
||||||
|
@ -674,14 +674,14 @@ class CLI(abc.ABC):
|
|||||||
|
|
||||||
extra_args: list[str] = []
|
extra_args: list[str] = []
|
||||||
|
|
||||||
if len(self.third_party_roots(project_name)) > 0:
|
|
||||||
extra_args.append('-Dthird_party_roots=%s' % json.dumps([str(o.absolute()) for o in self.third_party_roots(project_name)]))
|
|
||||||
|
|
||||||
extra_args = self._cross_file(
|
extra_args = self._cross_file(
|
||||||
extra_args=extra_args,
|
extra_args=extra_args,
|
||||||
pyproject_tool=pyproject_tool,
|
pyproject_tool=pyproject_tool,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if len(self.third_party_roots(project_name)) > 0:
|
||||||
|
extra_args.append('-Dthird_party_roots=%s' % json.dumps([str(o.absolute()) for o in self.third_party_roots(project_name)]))
|
||||||
|
|
||||||
cmd = [
|
cmd = [
|
||||||
# shutil_which(
|
# shutil_which(
|
||||||
# 'meson',
|
# 'meson',
|
||||||
|
BIN
releases/whl/online_fxreader_pr34-0.1.5.17+27.20-py3-none-any.whl
(Stored with Git LFS)
Normal file
BIN
releases/whl/online_fxreader_pr34-0.1.5.17+27.20-py3-none-any.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user