We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbec096 commit ad8fb36Copy full SHA for ad8fb36
Package.swift
@@ -24,7 +24,6 @@ let package = Package(
24
.define("_WASI_EMULATED_SIGNAL", .when(platforms: [.wasi])),
25
.define("_WASI_EMULATED_PROCESS_CLOCKS", .when(platforms: [.wasi])),
26
.define("_WASI_EMULATED_GETPID", .when(platforms: [.wasi])),
27
- .define("chmod(a,b)=0", .when(platforms: [.wasi])),
28
],
29
linkerSettings: [
30
.linkedLibrary("wasi-emulated-signal", .when(platforms: [.wasi])),
0 commit comments