Skip to content

Commit bb5ea80

Browse files
author
Garrett
committed
Revert duplicated implemenation of --custom-targets
1 parent 00a5fac commit bb5ea80

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/build.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@
5353
parser.add_argument("--source", dest="source_dir", type=argparse_filestring_type,
5454
default=None, help="The source (input) directory", action="append")
5555

56-
parser.add_argument("--custom-targets", dest="custom_targets_directory", type=argparse_filestring_type,
57-
default=None, help="Specify directory containing custom_targets.json", action="append")
58-
5956
parser.add_argument("--build", dest="build_dir", type=argparse_dir_not_parent(ROOT),
6057
default=None, help="The build (output) directory")
6158

0 commit comments

Comments
 (0)