mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Fix TOOLS=1 with OSD=windows
This commit is contained in:
parent
8e78543be3
commit
08fd3f4ec6
@ -1,4 +1,8 @@
|
||||
function maintargetosdoptions(_target)
|
||||
linkoptions {
|
||||
"-municode",
|
||||
}
|
||||
|
||||
local rcfile = MAME_DIR .. "src/" .. _target .. "/osd/windows/" .. _target ..".rc"
|
||||
|
||||
if os.isfile(rcfile) then
|
||||
@ -13,11 +17,6 @@ function maintargetosdoptions(_target)
|
||||
end
|
||||
|
||||
|
||||
linkoptions {
|
||||
"-municode",
|
||||
}
|
||||
|
||||
|
||||
project ("osd_" .. _OPTIONS["osd"])
|
||||
uuid (os.uuid("osd_" .. _OPTIONS["osd"]))
|
||||
kind "StaticLib"
|
||||
|
Loading…
Reference in New Issue
Block a user