Skip to content

Commit 5d84ebd

Browse files
committed
Fix C++ link issue with Xcode 26.3
1 parent 03c96a0 commit 5d84ebd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎Example/Project.swift‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ let project = Project(
1111
deploymentTargets: .macOS("15.0"),
1212
sources: ["Sources/**"],
1313
dependencies: [
14+
.sdk(name: "c++", type: .library),
1415
.external(name: "OpenAttributeGraph"),
1516
]
1617
),

0 commit comments

Comments
 (0)