2
0

Can't share type?

Co-Authored-By: Sergio Padrino <1083228+sergiou87@users.noreply.github.com>
This commit is contained in:
Markus Olsson
2024-06-03 10:53:20 +02:00
parent df291aa89d
commit 76a534cf9d

View File

@@ -3,7 +3,6 @@
'defines': [
"NAPI_VERSION=<(napi_build_version)",
],
'type': 'executable',
'include_dirs': [
'<!(node -p "require(\'node-addon-api\').include_dir")',
'include'
@@ -43,6 +42,7 @@
'targets': [
{
'target_name': 'desktop-trampoline',
'type': 'executable',
'sources': [
'src/desktop-trampoline.c',
'src/socket.c'
@@ -57,6 +57,7 @@
},
{
'target_name': 'ssh-wrapper',
'type': 'executable',
'sources': [
'src/ssh-wrapper.c'
],