Skip to content

Commit ff68495

Browse files
committed
Export EFFECTIVE_SWIFT_VERSION in the environment to shell script build phases.
rdar://158424030
1 parent ab13ef0 commit ff68495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SWBCore/Settings/Settings.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1623,7 +1623,7 @@ private class SettingsBuilder {
16231623
swiftVersion = ""
16241624
}
16251625

1626-
pushTable(.none) {
1626+
pushTable(.exported) {
16271627
$0.push(BuiltinMacros.EFFECTIVE_SWIFT_VERSION, literal: swiftVersion)
16281628
}
16291629
}

0 commit comments

Comments
 (0)