We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b06638 + 047b349 commit d1c1c3aCopy full SHA for d1c1c3a
Utilities/bootstrap
@@ -523,6 +523,7 @@ def build_swift_driver(args):
523
get_llbuild_cmake_arg(args),
524
"-DTSC_DIR=" + os.path.join(args.tsc_build_dir, "cmake/modules"),
525
"-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"),
527
]
528
if platform.system() == 'Darwin':
529
cmake_flags.append("-DCMAKE_C_FLAGS=-target %s%s" % (get_build_target(args), g_macos_deployment_target))
0 commit comments