diff options
author | Fedor Indutny <fedor@indutny.com> | 2016-06-06 17:13:16 -0400 |
---|---|---|
committer | Fedor Indutny <fedor@indutny.com> | 2016-06-06 17:13:16 -0400 |
commit | f19bb5ca2af907e02eb8cad58b4d59d9ceb194aa (patch) | |
tree | e562e73c5a4411b40459a1c8f94f42f5b69d7409 /example | |
parent | f149d0ea93935b0d2d71461940ded54f49be64c6 (diff) | |
download | uv_link_t-f19bb5ca2af907e02eb8cad58b4d59d9ceb194aa.tar.gz |
src: port to gypkg
Diffstat (limited to 'example')
-rw-r--r-- | example/example.gyp | 10 | ||||
l--------- | example/options.gypi | 1 |
2 files changed, 9 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": [ diff --git a/example/options.gypi b/example/options.gypi new file mode 120000 index 0000000..9b18bce --- /dev/null +++ b/example/options.gypi @@ -0,0 +1 @@ +../options.gypi \ No newline at end of file |