Skip to content

Commit 1461460

Browse files
authored
Merge pull request #77096 from rintaro/macro-evaluation-package
[ASTGen] Correct swiftMacroEvaluation source path in Package.swift
2 parents 13da4c2 + 4c403a3 commit 1461460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ASTGen/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ let package = Package(
7878
.product(name: "SwiftOperators", package: "swift-syntax"),
7979
.product(name: "SwiftSyntaxMacroExpansion", package: "swift-syntax"),
8080
],
81-
path: "Sources/Macros",
81+
path: "Sources/MacroEvaluation",
8282
swiftSettings: swiftSetttings
8383
),
8484
.target(

0 commit comments

Comments
 (0)