mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-12-26 10:24:14 +08:00
remove empty filter
This commit is contained in:
parent
02d3a70574
commit
dd356dde92
@ -294,6 +294,7 @@ local x64_deps_overlay_libdir = {
|
|||||||
-- stuff defined globally will affect all workspaces & projects
|
-- stuff defined globally will affect all workspaces & projects
|
||||||
-- https://premake.github.io/docs/Scopes-and-Inheritance/
|
-- https://premake.github.io/docs/Scopes-and-Inheritance/
|
||||||
|
|
||||||
|
filter {} -- reset the filter and remove all active keywords
|
||||||
configurations { "debug", "release", }
|
configurations { "debug", "release", }
|
||||||
platforms { "x64", "x32", }
|
platforms { "x64", "x32", }
|
||||||
language("C++")
|
language("C++")
|
||||||
@ -374,9 +375,6 @@ filter { "system:windows", "action:gmake*", }
|
|||||||
-- optional really
|
-- optional really
|
||||||
'-mwin32',
|
'-mwin32',
|
||||||
}
|
}
|
||||||
filter { "system:windows", "action:gmake*", "platforms:x64" }
|
|
||||||
buildoptions {
|
|
||||||
}
|
|
||||||
filter {} -- reset the filter and remove all active keywords
|
filter {} -- reset the filter and remove all active keywords
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user