Skip to content

Commit d1c1c3a

Browse files
authored
Merge pull request #2739 from owenv/driver-add-argparse
[bootstrap] Add swift-argument-parser as a bootstrapped swift-driver dependency
2 parents 7b06638 + 047b349 commit d1c1c3a

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
@@ -523,6 +523,7 @@ def build_swift_driver(args):
523523
get_llbuild_cmake_arg(args),
524524
"-DTSC_DIR=" + os.path.join(args.tsc_build_dir, "cmake/modules"),
525525
"-DYams_DIR=" + os.path.join(args.yams_build_dir, "cmake/modules"),
526+
"-DArgumentParser_DIR=" + os.path.join(args.swift_argument_parser_build_dir, "cmake/modules"),
526527
]
527528
if platform.system() == 'Darwin':
528529
cmake_flags.append("-DCMAKE_C_FLAGS=-target %s%s" % (get_build_target(args), g_macos_deployment_target))

0 commit comments

Comments
 (0)