Skip to content

Commit 9d03489

Browse files
committed
Update Package.swift
1 parent a0dee1b commit 9d03489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ let package = Package(
8585

8686
settings.append(contentsOf: [
8787
// MARK: Gate Engine options.
88-
.define("GATEENGINE_SUPPORTS_MULTIWINDOW", .when(platforms: [.macOS, .windows, .linux])),
8988
.define("GATEENGINE_ENABLE_HOTRELOADING", .when(platforms: [.macOS, .windows, .linux])),
9089
.define("GATEENGINE_WASI_UNSUPPORTED_HOST", .when(platforms: [.windows])),
90+
.define("GATEENGINE_PLATFORM_SINGLETHREADED", .when(platforms: [.wasi])),
9191
])
9292

9393
#if false

0 commit comments

Comments
 (0)