mirror of
https://github.com/fuse-friends/fuse-native
synced 2024-10-27 18:34:01 +00:00
debug mac
This commit is contained in:
parent
7ab02b5947
commit
f444fc76be
@ -17,7 +17,6 @@ addons:
|
|||||||
- g++-multilib
|
- g++-multilib
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
|
||||||
- osx
|
- osx
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
2
index.js
2
index.js
@ -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')
|
const { beforeMount, beforeUnmount, configure, unconfigure, isConfigured } = require('fuse-shared-library-darwin')
|
||||||
|
|
||||||
const binding = require('node-gyp-build')(__dirname)
|
const binding = require('node-gyp-build')(__dirname)
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
"gypfile": true,
|
"gypfile": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"fuse-shared-library": "^1.0.1",
|
"fuse-shared-library-darwin": "^1.0.1",
|
||||||
"nanoresource": "^1.2.0",
|
"nanoresource": "^1.2.0",
|
||||||
"napi-macros": "^2.0.0",
|
"napi-macros": "^2.0.0",
|
||||||
"node-gyp-build": "^3.2.2",
|
"node-gyp-build": "^3.2.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user