Skip to content

Commit

Permalink
Tweak bindings.gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Nov 6, 2023
1 parent 4e47365 commit 309b9f8
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions binding.gyp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
'variables': {
'openssl_fips' : ''
},
'targets': [
{
'target_name': 'bluetooth_hci_socket',
Expand All @@ -12,17 +15,6 @@
"include_dirs" : [
"<!(node -e \"require('nan')\")"
]
},
{
'target_name': 'action_after_build',
'type': 'none',
'dependencies': [ '<(module_name)' ],
'copies': [
{
'files': [ '<(PRODUCT_DIR)/<(module_name).node' ],
'destination': '<(module_path)'
}
]
}
]
}

0 comments on commit 309b9f8

Please sign in to comment.