Skip to content

Commit 61d3278

Browse files
committed
chore: reformat binding.gyp
1 parent 911514f commit 61d3278

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

binding.gyp

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,20 @@
1919
'defines': [ 'NAPI_DISABLE_CPP_EXCEPTIONS' ],
2020
"xcode_settings": {
2121
"MACOSX_DEPLOYMENT_TARGET": "10.10",
22+
"SYSTEM_VERSION_COMPAT": 1,
2223
"OTHER_CPLUSPLUSFLAGS": ["-std=c++14", "-stdlib=libc++"],
23-
"OTHER_LDFLAGS": ["-framework CoreBluetooth -framework CoreFoundation -framework CoreLocation -framework AppKit -framework Speech -framework Contacts -framework Photos -framework EventKit -framework AVFoundation"]
24+
"OTHER_LDFLAGS": [
25+
"-framework AppKit",
26+
"-framework AVFoundation",
27+
"-framework CoreBluetooth",
28+
"-framework CoreFoundation",
29+
"-framework CoreLocation",
30+
"-framework Contacts",
31+
"-framework EventKit",
32+
"-framework Photos",
33+
"-framework Speech",
34+
"-framework Storekit"
35+
]
2436
}
2537
}]
2638
}

0 commit comments

Comments
 (0)