From 3c2331f9038a8fecbc182e6ebf9216df659416f0 Mon Sep 17 00:00:00 2001 From: quou Date: Sat, 15 Feb 2025 21:21:02 +1100 Subject: Fix the configuration in configure.lua on windows --- configure.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.lua') diff --git a/configure.lua b/configure.lua index c80f230..3fa6f17 100644 --- a/configure.lua +++ b/configure.lua @@ -397,7 +397,7 @@ end if system == "windows" then local configuration = arg[2] - if system ~= "release" or system ~= "debug" then + if configuration ~= "release" and configuration ~= "debug" then print("Invalid configuration, defaulting to release.") end -- cgit v1.2.3-54-g00ecf