Skip to content

Commit 254dccd

Browse files
committed
Remove checking for existance of build directory
1 parent 7a4bee8 commit 254dccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
parser.add_argument("--source", dest="source_dir", type=argparse_filestring_type,
4747
default=None, help="The source (input) directory", action="append")
4848

49-
parser.add_argument("--build", dest="build_dir", type=argparse_filestring_type,
49+
parser.add_argument("--build", dest="build_dir",
5050
default=None, help="The build (output) directory")
5151

5252
parser.add_argument("--no-archive", dest="no_archive", action="store_true",

0 commit comments

Comments
 (0)