mirror of https://github.com/ARMmbed/mbed-os.git
Remove checking for existance of build directory
parent
7a4bee8c0e
commit
254dccdad3
|
@ -46,7 +46,7 @@ if __name__ == '__main__':
|
|||
parser.add_argument("--source", dest="source_dir", type=argparse_filestring_type,
|
||||
default=None, help="The source (input) directory", action="append")
|
||||
|
||||
parser.add_argument("--build", dest="build_dir", type=argparse_filestring_type,
|
||||
parser.add_argument("--build", dest="build_dir",
|
||||
default=None, help="The build (output) directory")
|
||||
|
||||
parser.add_argument("--no-archive", dest="no_archive", action="store_true",
|
||||
|
|
Loading…
Reference in New Issue