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 585c527 + 3d08b49 commit 7ee7eeeCopy full SHA for 7ee7eee
utils/SwiftBuildSupport.py
@@ -82,6 +82,7 @@ def _get_default_swift_repo_name():
82
return result
83
return swift_path
84
85
+
86
# Set SWIFT_REPO_NAME in your environment to control the name of the swift
87
# directory name that is used.
88
SWIFT_REPO_NAME = os.environ.get(
utils/swift_build_support/swift_build_support/cmake.py
@@ -120,7 +120,6 @@ def common_options(self):
120
define("CLANG_VERSION_MINOR:STRING", minor)
121
define("CLANG_VERSION_PATCH:STRING", patch)
122
123
-
124
if args.build_ninja and args.cmake_generator == 'Ninja':
125
define('CMAKE_MAKE_PROGRAM', toolchain.ninja)
126
elif args.cmake_generator == 'Ninja' and toolchain.ninja is not None:
0 commit comments