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 13fcc85 commit 00469fbCopy full SHA for 00469fb
binding.gyp
@@ -20,7 +20,7 @@
20
"xcode_settings": {
21
"MACOSX_DEPLOYMENT_TARGET": "10.15",
22
"SYSTEM_VERSION_COMPAT": 1,
23
- "OTHER_CPLUSPLUSFLAGS": ["-std=c++14", "-stdlib=libc++"],
+ "OTHER_CPLUSPLUSFLAGS": ["-std=c++20", "-stdlib=libc++"],
24
"OTHER_LDFLAGS": [
25
"-framework AppKit",
26
"-framework AVFoundation",
test.js
0 commit comments