mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[cxx-interop][SwiftCompilerSources] Explicitly list used headers in the modulemap
This might help to solve a flaky CI issue, and it's probably a good idea to do that anyway.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
module BasicBridging {
|
||||
header "Basic/BridgedSwiftObject.h"
|
||||
header "Basic/BasicBridging.h"
|
||||
header "Basic/SourceLoc.h"
|
||||
requires cplusplus
|
||||
export *
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user