Fix build command option (#111)

Signed-off-by: Hidenori Matsubayashi <[email protected]>
This commit is contained in:
Hidenori Matsubayashi
2022-08-12 09:47:56 +09:00
committed by GitHub
parent ed16e0bd77
commit a4c7655a8a
+2 -3
View File
@@ -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',