Skip to content

Commit a986553

Browse files
committed
chore: set deployment target to 10.10
1 parent caf0874 commit a986553

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

binding.gyp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"sources": [ ],
55
"conditions": [
66
['OS=="mac"', {
7+
"xcode_settings": {
8+
"MACOSX_DEPLOYMENT_TARGET": "10.10"
9+
},
710
"sources": [
811
"permissions.mm"
912
],
@@ -18,7 +21,7 @@
1821
],
1922
'defines': [ 'NAPI_DISABLE_CPP_EXCEPTIONS' ],
2023
"xcode_settings": {
21-
"OTHER_CPLUSPLUSFLAGS": ["-std=c++14", "-stdlib=libc++", "-mmacosx-version-min=10.10"],
24+
"OTHER_CPLUSPLUSFLAGS": ["-std=c++14", "-stdlib=libc++"],
2225
"OTHER_LDFLAGS": ["-framework CoreFoundation -framework CoreLocation -framework AppKit -framework Contacts -framework EventKit -framework AVFoundation"]
2326
}
2427
}]

0 commit comments

Comments
 (0)