abetomo
null+****@clear*****
Mon Sep 4 18:39:12 JST 2017
abetomo 2017-09-04 18:39:12 +0900 (Mon, 04 Sep 2017) New Revision: 9a84c3cc4dfba9474ea6d07d6806770b201a6411 https://github.com/nroonga/nroonga/commit/9a84c3cc4dfba9474ea6d07d6806770b201a6411 Merged 087adef: Merge pull request #12 from abetomo/use_nan Message: Add nan to include_dirs Modified files: binding.gyp Modified: binding.gyp (+4 -1) =================================================================== --- binding.gyp 2017-09-04 18:38:25 +0900 (f1f3765) +++ binding.gyp 2017-09-04 18:39:12 +0900 (9aa3c14) @@ -3,7 +3,10 @@ { "target_name": "nroonga_bindings", "sources": [ "src/nroonga.cc" ], - "include_dirs": ["<!@(pkg-config --cflags-only-I groonga | sed -e 's/-I//g')"], + "include_dirs": [ + "<!@(pkg-config --cflags-only-I groonga | sed -e 's/-I//g')", + "<!(node -e \"require('nan')\")" + ], "ldflags": ["<!@(pkg-config --libs-only-L groonga)"], "libraries": ["<!@(pkg-config --libs-only-l groonga)"], "conditions": [ -------------- next part -------------- HTML����������������������������...Download