Skip to content

Commit

Permalink
Delete duplicate Linux library copy
Browse files Browse the repository at this point in the history
Originally I meant to make it copy to the prebuilds folder,
but we aren't prebuilding for Linux at this time (see #34).
  • Loading branch information
NoahAndrews committed May 2, 2023
1 parent f0054a1 commit d8285de
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,7 @@
'files':[
'<(module_root_dir)/RHSPlib/build/Release/libRHSPlib.so',
],
},
{
'destination': '<(module_root_dir)/prebuilds/linux-<(target_arch)',
'files':[
'<(module_root_dir)/RHSPlib/build/Release/libRHSPlib.so',
],
},
}
],
}
]
Expand Down

0 comments on commit d8285de

Please sign in to comment.