Skip to content

Commit 59bb819

Browse files
committed
chore: consolidate xcode_settings
1 parent 7b08235 commit 59bb819

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

binding.gyp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
"sources": [ ],
55
"conditions": [
66
['OS=="mac"', {
7-
"xcode_settings": {
8-
"MACOSX_DEPLOYMENT_TARGET": "10.10"
9-
},
107
"sources": [
118
"permissions.mm"
129
],
@@ -21,6 +18,7 @@
2118
],
2219
'defines': [ 'NAPI_DISABLE_CPP_EXCEPTIONS' ],
2320
"xcode_settings": {
21+
"MACOSX_DEPLOYMENT_TARGET": "10.10",
2422
"OTHER_CPLUSPLUSFLAGS": ["-std=c++14", "-stdlib=libc++"],
2523
"OTHER_LDFLAGS": ["-framework CoreFoundation -framework CoreLocation -framework AppKit -framework Speech -framework Contacts -framework Photos -framework EventKit -framework AVFoundation"]
2624
}

0 commit comments

Comments
 (0)