From 2516888ddf060d1d287097e41ad9b5e5ebe7044f Mon Sep 17 00:00:00 2001 From: Robo Date: Mon, 23 Jun 2014 16:01:57 +0530 Subject: [PATCH] moved libgit2 gyp to separate dir --- binding.gyp | 355 +------------------------------------------- vendor/libgit2.gyp | 356 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 357 insertions(+), 354 deletions(-) create mode 100644 vendor/libgit2.gyp diff --git a/binding.gyp b/binding.gyp index 104b7a9d3..dbcd94e4c 100644 --- a/binding.gyp +++ b/binding.gyp @@ -4,7 +4,7 @@ "target_name": "nodegit", "dependencies": [ - "libgit2" + "<(module_root_dir)/vendor/libgit2.gyp:libgit2" ], "sources": [ @@ -45,7 +45,6 @@ "include_dirs": [ "vendor/libv8-convert", - "vendor/libgit2/include", "