summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--premake5.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua
index dcbc4c8af..ecd2422dd 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -164,7 +164,6 @@ newoption {
trigger = "disable-stdlib-source",
description = "(Optional) If true stdlib source will not be included in binary.",
value = "bool",
- default = "false",
allowed = { { "true", "True"}, { "false", "False" } }
}