diff options
author | 2016-03-12 13:07:14 +0100 | |
---|---|---|
committer | 2016-03-12 13:07:14 +0100 | |
commit | d0f99d22a7f11efe1abaa8a0bd63eccb5e36735b (patch) | |
tree | fce9ec04b92dcba65543663b77dfaa86879ca924 /scripts/genie.lua | |
parent | dcab55bf53b94713a6f72e9633f5101c8dd6c08c (diff) |
Added ability to build using system libuv (1.8.0 or higher required)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index ad60bc79252..c35252e2657 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -163,6 +163,11 @@ newoption { } newoption { + trigger = 'with-bundled-libuv', + description = 'Build bundled libuv library', +} + +newoption { trigger = "distro", description = "Choose distribution", allowed = { |