Fix build command option (#111)

Signed-off-by: Hidenori Matsubayashi <hidenori.matsubayashi@gmail.com>
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(
'target-compiler-triple',
defaultsTo: 'aarch64-linux-gnu',
defaultsTo: null,
help: 'Target compiler triple for which the app is compiled. '
'This option is used only if the target architectures is '
'arm64 (for cross-building for x64 on arm64).',
'e.g. aarch64-linux-gnu',
);
argParser.addOption(
'target-sysroot',