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.
1 parent bc57422 commit 047b349Copy full SHA for 047b349
Utilities/bootstrap
@@ -507,6 +507,7 @@ def build_swift_driver(args):
507
get_llbuild_cmake_arg(args),
508
"-DTSC_DIR=" + os.path.join(args.tsc_build_dir, "cmake/modules"),
509
"-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"),
511
]
512
if platform.system() == 'Darwin':
513
cmake_flags.append("-DCMAKE_C_FLAGS=-target %s%s" % (get_build_target(args), g_macos_deployment_target))
0 commit comments