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 532fb68 commit e38b31cCopy full SHA for e38b31c
Package.swift
@@ -737,8 +737,3 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
737
.package(path: "../swift-certificates"),
738
]
739
}
740
-
741
-// Enable building macros as dynamic libraries by default for bring-up.
742
-for target in package.targets.filter({ $0.type == .regular || $0.type == .test }) {
743
- target.swiftSettings = (target.swiftSettings ?? []) + [ .define("BUILD_MACROS_AS_DYLIBS") ]
744
-}
0 commit comments