Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Jul 17, 2024
1 parent 63f1bdf commit 315605f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ let package = Package(
name: "IssueReportingTestSupport"
)
)
#if os(WASI)
package.targets[0].dependencies.append("IssueReportingTestSupport")
#endif
#endif

#if os(macOS)
Expand Down
3 changes: 3 additions & 0 deletions [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ let package = Package(
]
)
)
#if os(WASI)
package.targets[0].dependencies.append("IssueReportingTestSupport")
#endif
#endif

#if os(macOS)
Expand Down

0 comments on commit 315605f

Please sign in to comment.