Skip to content

Commit

Permalink
Merge remote-tracking branch 'thejinx0r/0.11' into v0.11.13-compat
Browse files Browse the repository at this point in the history
* thejinx0r/0.11:
  fix for std::strlen in linux
  close scope after dispatched is called
  fix default template
  fix compilation and run time issues
  add bindings for mac
  fixed compilation errors
  most errors fixed
  • Loading branch information
duralog committed Jan 1, 2015
2 parents ed81502 + 8a841e4 commit 175d6bd
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 118 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1 +1,3 @@
build/

/node_modules/
6 changes: 4 additions & 2 deletions binding.gyp
Expand Up @@ -4,11 +4,13 @@
"target_name": "fuse4js",
"sources": [ "fuse4js.cc" ],
"include_dirs": [
'<!@(pkg-config fuse --cflags-only-I | sed s/-I//g)'
'<!@(pkg-config fuse --cflags-only-I | sed s/-I//g)',
"<!(node -e \"require('nan')\")",
],
"link_settings": {
"libraries": [
'<!@(pkg-config --libs-only-l fuse)'
'<!@(pkg-config --libs-only-l fuse)',
"-L/usr/local/lib"
]
}
}
Expand Down

0 comments on commit 175d6bd

Please sign in to comment.