summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-10-07 14:31:35 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-10-07 14:31:35 +0200
commitb515a00e55ac5b51792323ce5cf0bbbbe879c0a5 (patch)
treeabd3271e02f9ba0fe711b7dbbfa5c11bfbf9a25f /scripts
parentc0a5494de53f66d75c98c553cf61e32a5a8d5076 (diff)
cleanup (nw)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/genie.lua19
1 files changed, 0 insertions, 19 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index 8656c771f27..004c0228428 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -368,15 +368,6 @@ newoption {
}
newoption {
- trigger = "USE_LIBUV",
- description = "Use libuv.",
- allowed = {
- { "0", "Disabled" },
- { "1", "Enabled" },
- }
-}
-
-newoption {
trigger = "DEBUG_DIR",
description = "Default directory for debugger.",
}
@@ -412,10 +403,6 @@ if not _OPTIONS["NOASM"] then
end
end
-if not _OPTIONS["USE_LIBUV"] then
- _OPTIONS["USE_LIBUV"] = "1"
-end
-
if _OPTIONS["NOASM"]=="1" and not _OPTIONS["FORCE_DRC_C_BACKEND"] then
_OPTIONS["FORCE_DRC_C_BACKEND"] = "1"
end
@@ -527,12 +514,6 @@ configuration { "gmake or ninja" }
dofile ("toolchain.lua")
-if _OPTIONS["USE_LIBUV"]=="0" then
- defines {
- "NO_LIBUV",
- }
-end
-
if _OPTIONS["targetos"]=="windows" then
configuration { "x64" }
defines {