From dd356dde922ab90a29b31a19953ce6c7dd4236d1 Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Fri, 24 May 2024 08:37:08 +0300 Subject: [PATCH] remove empty filter --- premake5.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/premake5.lua b/premake5.lua index 05c18e9b..db3f204e 100644 --- a/premake5.lua +++ b/premake5.lua @@ -294,6 +294,7 @@ local x64_deps_overlay_libdir = { -- stuff defined globally will affect all workspaces & projects -- https://premake.github.io/docs/Scopes-and-Inheritance/ +filter {} -- reset the filter and remove all active keywords configurations { "debug", "release", } platforms { "x64", "x32", } language("C++") @@ -374,9 +375,6 @@ filter { "system:windows", "action:gmake*", } -- optional really '-mwin32', } -filter { "system:windows", "action:gmake*", "platforms:x64" } - buildoptions { - } filter {} -- reset the filter and remove all active keywords