upd
This commit is contained in:
parent
0b8b83c155
commit
4bb8b614a7
15
binding.gyp
15
binding.gyp
@ -2,7 +2,20 @@
|
||||
"targets": [
|
||||
{
|
||||
"target_name": "mojave-permissions",
|
||||
"sources": [ "index.mm" ],
|
||||
'conditions': [
|
||||
['OS=="mac"', {
|
||||
'sources': [
|
||||
'index.mm'
|
||||
],
|
||||
'xcode_settings': {
|
||||
'CLANG_CXX_LIBRARY': 'libc++',
|
||||
'MACOSX_DEPLOYMENT_TARGET': '10.14',
|
||||
'OTHER_CFLAGS': [
|
||||
'-ObjC++'
|
||||
]
|
||||
}
|
||||
}]
|
||||
],
|
||||
"libraries": [ "-framework AVFoundation" ]
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user