1
0
mirror of https://github.com/fuse-friends/fuse-native synced 2024-10-27 18:34:01 +00:00
This commit is contained in:
Mathias Buus 2019-11-19 15:59:14 +01:00
parent 2fcca61be1
commit ae992f3864

View File

@ -4,7 +4,7 @@ const path = require('path')
const { exec } = require('child_process') const { exec } = require('child_process')
const Nanoresource = require('nanoresource') const Nanoresource = require('nanoresource')
const { beforeMount, beforeUnmount, configure, unconfigure, isConfigured } = require('fuse-shared-library-darwin') const { beforeMount, beforeUnmount, configure, unconfigure, isConfigured } = require('fuse-shared-library-darwin-debug')
const binding = require('node-gyp-build')(__dirname) const binding = require('node-gyp-build')(__dirname)