Fix wrong default value of target-toolchain option (#115)
Fixed #114 Signed-off-by: Hidenori Matsubayashi <[email protected]>
This commit is contained in:
@@ -61,7 +61,7 @@ class BuildPackageCommand extends BuildSubCommand
|
||||
);
|
||||
argParser.addOption(
|
||||
'target-toolchain',
|
||||
defaultsTo: '/',
|
||||
defaultsTo: null,
|
||||
help: 'The toolchain path for Clang.',
|
||||
);
|
||||
argParser.addOption(
|
||||
|
||||
Reference in New Issue
Block a user