Skip to content

Commit 916eb38

Browse files
committed
build: use c++20
1 parent 13fcc85 commit 916eb38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binding.gyp

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"xcode_settings": {
2121
"MACOSX_DEPLOYMENT_TARGET": "10.15",
2222
"SYSTEM_VERSION_COMPAT": 1,
23-
"OTHER_CPLUSPLUSFLAGS": ["-std=c++14", "-stdlib=libc++"],
23+
"OTHER_CPLUSPLUSFLAGS": ["-std=c++20", "-stdlib=libc++"],
2424
"OTHER_LDFLAGS": [
2525
"-framework AppKit",
2626
"-framework AVFoundation",

0 commit comments

Comments
 (0)