| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b4a0c5a commit 40e4632
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,9 +18,6 @@ | |||
| 18 | 18 | 'src/wasi_rights.c', | |
| 19 | 19 | 'src/wasi_serdes.c', | |
| 20 | 20 | ], | |
| 21 | - 'dependencies': [ | ||
| 22 | - '../uv/uv.gyp:libuv', | ||
| 23 | - ], | ||
| 24 | 21 | 'direct_dependent_settings': { | |
| 25 | 22 | 'include_dirs': ['include'] | |
| 26 | 23 | }, | |
@@ -31,6 +28,11 @@ | |||
| 31 | 28 | '_POSIX_C_SOURCE=200112', | |
| 32 | 29 | ], | |
| 33 | 30 | }], | |
| 31 | + [ 'node_shared_libuv=="false"', { | ||
| 32 | + 'dependencies': [ | ||
| 33 | + '../uv/uv.gyp:libuv', | ||
| 34 | + ], | ||
| 35 | + }], | ||
| 34 | 36 | ], | |
| 35 | 37 | } | |
| 36 | 38 | ] | |
| Back | FazBrowse Home | New Git URL |
0 commit comments