From b3707a61a5cd21573303c69c3ee32ffd5446829a Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Mon, 13 Jun 2022 18:12:59 -0400 Subject: Hotfix/default embed stdlib source (#2276) * #include an absolute path didn't work - because paths were taken to always be relative. * Remove default for `disable-stdlib-source` --- premake5.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'premake5.lua') 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" } } } -- cgit v1.2.3