tweaks to bindings.gyp

Raymond Hammarling 9 years ago
parent 89f657fbda
commit e351388783

@ -2,10 +2,12 @@
"targets": [{
"target_name": "fuse_bindings",
"sources": ["fuse-bindings.cc", "abstractions.cc"],
"include_dirs": [
"<!(node -e \"require('nan')\")"
],
"conditions": [
['OS!="win"', {
"include_dirs": [
"<!(node -e \"require('nan')\")",
"<!@(pkg-config fuse --cflags-only-I | sed s/-I//g)"
],
"link_settings": {
@ -16,8 +18,8 @@
}],
['OS=="win"', {
"include_dirs": [
"<!(node -e \"require('nan')\")",
"D:\\Git-Repos\\dokany\\dokan_fuse\\include"
"$(DOKAN_FUSE_INCLUDE)",
"$(INCLUDE)"
],
"link_settings": {
"libraries": [

Loading…
Cancel
Save