[+] improve deploy:wheel command
This commit is contained in:
parent
6599115a68
commit
212c8c8086
@ -206,7 +206,10 @@ class CLI(abc.ABC):
|
|||||||
# Command.meson_setup.value,
|
# Command.meson_setup.value,
|
||||||
# ])
|
# ])
|
||||||
|
|
||||||
assert argv is None or len(argv) == 0
|
if argv is None:
|
||||||
|
argv = []
|
||||||
|
|
||||||
|
# assert argv is None or len(argv) == 0
|
||||||
|
|
||||||
if not project.meson_path is None:
|
if not project.meson_path is None:
|
||||||
self.meson_install(
|
self.meson_install(
|
||||||
@ -241,6 +244,7 @@ class CLI(abc.ABC):
|
|||||||
'-Csetup-args=-Dinstall_path=%s' % str(project.dest_dir),
|
'-Csetup-args=-Dinstall_path=%s' % str(project.dest_dir),
|
||||||
# '-Cbuild-dir=%s' % str(project.build_dir),
|
# '-Cbuild-dir=%s' % str(project.build_dir),
|
||||||
str(project.source_dir),
|
str(project.source_dir),
|
||||||
|
*argv,
|
||||||
]
|
]
|
||||||
|
|
||||||
if not output_dir is None:
|
if not output_dir is None:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = 'online.fxreader.pr34'
|
name = 'online.fxreader.pr34'
|
||||||
version = '0.1.4.7'
|
version = '0.1.4.8'
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
#"-r requirements.txt",
|
#"-r requirements.txt",
|
||||||
|
Loading…
Reference in New Issue
Block a user