Skip to content

Commit 77c0b80

Browse files
committed
build: clean up Package.swift slightly
Now that macros are enabled on all the platforms we currently support (Windows, Linux, Apple), the optional addition of the macro targets was removed. Clean up the structure of the file as the initial changes were done quickly to enable testing on all platforms.
1 parent 2511e25 commit 77c0b80

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Examples/Package.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ let package = Package(
4848
],
4949
path: "Tests/MacroExamples/Implementation"
5050
),
51-
]
52-
)
53-
54-
package.targets.append(
55-
contentsOf: [
5651
.target(
5752
name: "MacroExamplesInterface",
5853
dependencies: [

0 commit comments

Comments
 (0)