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 264c8fe + cfc872f commit 4af4b4eCopy full SHA for 4af4b4e
utils/swift_build_support/swift_build_support/cmake.py
@@ -132,6 +132,8 @@ def common_options(self):
132
define("CMAKE_CXX_COMPILER:PATH", toolchain.cxx)
133
define("CMAKE_LIBTOOL:PATH", toolchain.libtool)
134
135
+ define("LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN", "ON")
136
+
137
if args.cmake_generator == 'Xcode':
138
define("CMAKE_CONFIGURATION_TYPES",
139
"Debug;Release;MinSizeRel;RelWithDebInfo")
0 commit comments