mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
29 lines
529 B
Python
29 lines
529 B
Python
{
|
|
"targets": [
|
|
{
|
|
"target_name": "deepspeech",
|
|
"sources": [ "deepspeech_wrap.cxx" ],
|
|
"libraries": [
|
|
"${LIBS}"
|
|
],
|
|
"include_dirs": [
|
|
"../"
|
|
]
|
|
},
|
|
{
|
|
"target_name": "action_after_build",
|
|
"type": "none",
|
|
"dependencies": [ "<(module_name)" ],
|
|
"copies": [
|
|
{
|
|
"files": [ "<(PRODUCT_DIR)/<(module_name).node" ],
|
|
"destination": "<(module_path)"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"variables": {
|
|
"build_v8_with_gn": 0,
|
|
},
|
|
}
|