Skip to content

Commit 047b349

Browse files
committed
[bootstrap] Add swift-argument-parser as a swift-driver dependency
Don't build ArgumentParser example projects
1 parent bc57422 commit 047b349

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Utilities/bootstrap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@ def build_swift_driver(args):
507507
get_llbuild_cmake_arg(args),
508508
"-DTSC_DIR=" + os.path.join(args.tsc_build_dir, "cmake/modules"),
509509
"-DYams_DIR=" + os.path.join(args.yams_build_dir, "cmake/modules"),
510+
"-DArgumentParser_DIR=" + os.path.join(args.swift_argument_parser_build_dir, "cmake/modules"),
510511
]
511512
if platform.system() == 'Darwin':
512513
cmake_flags.append("-DCMAKE_C_FLAGS=-target %s%s" % (get_build_target(args), g_macos_deployment_target))

0 commit comments

Comments
 (0)