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 7b08235 commit 59bb819Copy full SHA for 59bb819
binding.gyp
@@ -4,9 +4,6 @@
4
"sources": [ ],
5
"conditions": [
6
['OS=="mac"', {
7
- "xcode_settings": {
8
- "MACOSX_DEPLOYMENT_TARGET": "10.10"
9
- },
10
"sources": [
11
"permissions.mm"
12
],
@@ -21,6 +18,7 @@
21
18
22
19
'defines': [ 'NAPI_DISABLE_CPP_EXCEPTIONS' ],
23
20
"xcode_settings": {
+ "MACOSX_DEPLOYMENT_TARGET": "10.10",
24
"OTHER_CPLUSPLUSFLAGS": ["-std=c++14", "-stdlib=libc++"],
25
"OTHER_LDFLAGS": ["-framework CoreFoundation -framework CoreLocation -framework AppKit -framework Speech -framework Contacts -framework Photos -framework EventKit -framework AVFoundation"]
26
}
0 commit comments