From f444fc76bebd4fa6a3011d0ac42eb5b4f8f406c2 Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Tue, 19 Nov 2019 15:38:22 +0100 Subject: [PATCH] debug mac --- .travis.yml | 1 - index.js | 2 +- package.json | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d9bafa1..2380158 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,6 @@ addons: - g++-multilib os: -- linux - osx before_install: diff --git a/index.js b/index.js index 935d4f3..61d771b 100644 --- a/index.js +++ b/index.js @@ -4,7 +4,7 @@ const path = require('path') const { exec } = require('child_process') const Nanoresource = require('nanoresource') -const { beforeMount, beforeUnmount, configure, unconfigure, isConfigured } = require('fuse-shared-library') +const { beforeMount, beforeUnmount, configure, unconfigure, isConfigured } = require('fuse-shared-library-darwin') const binding = require('node-gyp-build')(__dirname) diff --git a/package.json b/package.json index 4f7e38d..828f027 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "gypfile": true, "dependencies": { - "fuse-shared-library": "^1.0.1", + "fuse-shared-library-darwin": "^1.0.1", "nanoresource": "^1.2.0", "napi-macros": "^2.0.0", "node-gyp-build": "^3.2.2",