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 b8da67f commit f9722e6Copy full SHA for f9722e6
Tests/Functional/lit.cfg
@@ -75,6 +75,9 @@ else:
75
# We need to jump through extra hoops to link swift-corelibs-foundation.
76
foundation_dir = _getenv('FOUNDATION_BUILT_PRODUCTS_DIR')
77
if platform.system() == 'Windows':
78
+ sdkroot = os.getenv('SDKROOT', None)
79
+ if sdkroot:
80
+ swift_exec.extend(['-sdk', sdkroot])
81
swift_exec.extend(['-Xlinker', '-nodefaultlib:libcmt'])
82
else:
83
swift_exec.extend([
0 commit comments