mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 11:15:34 +08:00
unused var in premake script
This commit is contained in:
parent
452b781fc0
commit
4606f5e39e
@ -49,10 +49,8 @@ end)
|
||||
local os_iden = '' -- identifier
|
||||
if os.target() == "windows" then
|
||||
os_iden = 'win'
|
||||
deps_folder = "build/deps/win"
|
||||
elseif os.target() == "linux" then
|
||||
os_iden = 'linux'
|
||||
deps_folder = "build/deps/linux"
|
||||
else
|
||||
error('Unsupported os target: "' .. os.target() .. '"')
|
||||
end
|
||||
@ -376,7 +374,6 @@ filter { "configurations:*debug" }
|
||||
defines {
|
||||
"DEBUG",
|
||||
}
|
||||
|
||||
-- Windows defines
|
||||
filter { "system:windows", }
|
||||
defines {
|
||||
|
Loading…
Reference in New Issue
Block a user