Skip to content

Commit

Permalink
Enable the Extern feature explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Nov 2, 2024
1 parent 441eddd commit c6b60ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ let package = Package(
"JavaScriptEventLoop",
"JavaScriptKit",
"JavaScriptEventLoopTestSupport",
],
swiftSettings: [
.enableExperimentalFeature("Extern")
]
),
.target(name: "_CJavaScriptEventLoop"),
Expand Down

0 comments on commit c6b60ac

Please sign in to comment.