From 006f817aa881f12eac587b1d6ce2aeb36b83a78d Mon Sep 17 00:00:00 2001 From: Bartel Eerdekens Date: Thu, 5 Jan 2023 17:18:08 +0100 Subject: [PATCH] Fix: Remove libsodium dependency (for now). Use TweetNacl, which doesn't need a (user having) libsodium installed. --- binding.gyp | 1 - script/build.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/binding.gyp b/binding.gyp index 68a8f580..280b468c 100644 --- a/binding.gyp +++ b/binding.gyp @@ -82,7 +82,6 @@ ['OS == "mac"', { 'libraries': [ '<(module_root_dir)/build/libzmq/lib/libzmq.a', - "