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 f6833a1 commit 5721fdcCopy full SHA for 5721fdc
build.js
@@ -193,7 +193,7 @@ if (process.platform === "linux" && args.targetPlatform === "darwin") {
193
}
194
195
buildEnvironment.CFLAGS =
196
- "-mmacosx-version-min=10.7 -std=c++17 " +
+ "-mmacosx-version-min=10.7 -std=c++20 " +
197
"-stdlib=libc++ -I" +
198
capnpIncPath;
199
buildEnvironment.CXXFLAGS = buildEnvironment.CFLAGS;
0 commit comments