summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.lua2
1 files changed, 1 insertions, 1 deletions
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