Skip to content

Commit 5721fdc

Browse files
C++20 for Darwin
1 parent f6833a1 commit 5721fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ if (process.platform === "linux" && args.targetPlatform === "darwin") {
193193
}
194194

195195
buildEnvironment.CFLAGS =
196-
"-mmacosx-version-min=10.7 -std=c++17 " +
196+
"-mmacosx-version-min=10.7 -std=c++20 " +
197197
"-stdlib=libc++ -I" +
198198
capnpIncPath;
199199
buildEnvironment.CXXFLAGS = buildEnvironment.CFLAGS;

0 commit comments

Comments
 (0)