Skip to content

Commit

Permalink
Merge pull request #4 from kanonji/master
Browse files Browse the repository at this point in the history
Be able to build on Mac OS X
  • Loading branch information
darashi committed Nov 28, 2012
2 parents 3366963 + f2d6ecc commit 65ef3ac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
"include_dirs": ["<!@(pkg-config --cflags-only-I groonga | sed -e 's/-I//g')"],
"ldflags": ["<!@(pkg-config --libs-only-L groonga)"],
"libraries": ["<!@(pkg-config --libs-only-l groonga)"],
"conditions": [
['OS == "mac"', {
"xcode_settings": {
"OTHER_LDFLAGS": ["<!@(pkg-config --libs-only-L groonga)"]
}
}]
]
}
]
}

0 comments on commit 65ef3ac

Please sign in to comment.