diff --git a/SwiftCompilerSources/Package.swift b/SwiftCompilerSources/Package.swift index 166c4aefb5a..3b1a3817cb6 100644 --- a/SwiftCompilerSources/Package.swift +++ b/SwiftCompilerSources/Package.swift @@ -29,6 +29,7 @@ private extension Target { swiftSettings: [ .interoperabilityMode(.Cxx), .unsafeFlags([ + "-static", "-Xcc", "-I../include", "-Xcc", "-I../../llvm-project/llvm/include", "-Xcc", "-I../../llvm-project/clang/include",