Skip to content

Commit 0a67b9b

Browse files
committed
build: use c++20
1 parent 3015935 commit 0a67b9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
'defines': [ 'NAPI_DISABLE_CPP_EXCEPTIONS' ],
2020
"xcode_settings": {
21-
"OTHER_CPLUSPLUSFLAGS": ["-std=c++14", "-stdlib=libc++", "-mmacosx-version-min=10.12"],
21+
"OTHER_CPLUSPLUSFLAGS": ["-std=c++20", "-stdlib=libc++", "-mmacosx-version-min=10.12"],
2222
"OTHER_LDFLAGS": ["-framework CoreFoundation -framework AppKit -framework Contacts"]
2323
}
2424
}]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)