swiftlang / swift-foundation

The Foundation project
Apache License 2.0
2.4k stars 159 forks source link

[6.x] Set SWIFT_SYSTEM_NAME for macro project in CMake #898

Closed jmschonfeld closed 2 months ago

jmschonfeld commented 2 months ago

Explanation: A configuration change that updates the rpath value of libFoundationMacros.so to be correct Scope: Only impacts the rpath value of libFoundationMacros.so Original PR: https://github.com/apple/swift-foundation/pull/896 Risk: Low - scope is narrow, and fixes a regression that causes the macro to not be loadable so it can't really make anything worse :) Testing: Testing done via local testing Reviewer: @parkera

jmschonfeld commented 2 months ago

@swift-ci please test