Fix build command option (#111)
Signed-off-by: Hidenori Matsubayashi <[email protected]>
This commit is contained in:
@@ -48,10 +48,9 @@ class BuildPackageCommand extends BuildSubCommand
|
|||||||
);
|
);
|
||||||
argParser.addOption(
|
argParser.addOption(
|
||||||
'target-compiler-triple',
|
'target-compiler-triple',
|
||||||
defaultsTo: 'aarch64-linux-gnu',
|
defaultsTo: null,
|
||||||
help: 'Target compiler triple for which the app is compiled. '
|
help: 'Target compiler triple for which the app is compiled. '
|
||||||
'This option is used only if the target architectures is '
|
'e.g. aarch64-linux-gnu',
|
||||||
'arm64 (for cross-building for x64 on arm64).',
|
|
||||||
);
|
);
|
||||||
argParser.addOption(
|
argParser.addOption(
|
||||||
'target-sysroot',
|
'target-sysroot',
|
||||||
|
|||||||
Reference in New Issue
Block a user