From d8285deb15a12e4b4db2d53f35354eaf92e94441 Mon Sep 17 00:00:00 2001 From: NoahAndrews Date: Tue, 2 May 2023 10:34:52 -0500 Subject: [PATCH] Delete duplicate Linux library copy Originally I meant to make it copy to the prebuilds folder, but we aren't prebuilding for Linux at this time (see #34). --- binding.gyp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/binding.gyp b/binding.gyp index a2cfe509..792ac496 100644 --- a/binding.gyp +++ b/binding.gyp @@ -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', - ], - }, + } ], } ]