Skip to content

Commit

Permalink
Can't share type?
Browse files Browse the repository at this point in the history
  • Loading branch information
niik committed Jun 3, 2024
1 parent 033d4d6 commit 1385a8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
'defines': [
"NAPI_VERSION=<(napi_build_version)",
],
'type': 'executable',
'include_dirs': [
'<!(node -p "require(\'node-addon-api\').include_dir")',
'include'
Expand Down Expand Up @@ -43,6 +42,7 @@
'targets': [
{
'target_name': 'desktop-trampoline',
'type': 'executable',
'sources': [
'src/desktop-trampoline.c',
'src/socket.c'
Expand All @@ -57,6 +57,7 @@
},
{
'target_name': 'ssh-wrapper',
'type': 'executable',
'sources': [
'src/ssh-wrapper.c'
],
Expand Down

0 comments on commit 1385a8f

Please sign in to comment.