diff options
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 = { |