diff options
Diffstat (limited to 'example/example.gyp')
-rw-r--r-- | example/example.gyp | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/example/example.gyp b/example/example.gyp index a3dc597..bb1bbd0 100644 --- a/example/example.gyp +++ b/example/example.gyp @@ -7,9 +7,15 @@ "src" ], + "variables": { + "gypkg_deps": [ + "git://github.com/libuv/libuv.git#v1.9.1:uv.gyp:libuv", + ], + }, + "dependencies": [ - "../test/deps/libuv/uv.gyp:libuv", - "../uv_link_t.gyp:uv_link_t" + "<!@(gypkg deps <(gypkg_deps))", + "../uv_link_t.gyp:uv_link_t", ], "sources": [ |