mirror of
https://github.com/holub/mame
synced 2025-06-06 12:53:46 +03:00
fix VS build (nw)
This commit is contained in:
parent
f1d70e45c3
commit
b8efd210b1
@ -615,7 +615,7 @@ project "bgfx"
|
||||
|
||||
if _OPTIONS["targetos"]=="windows" then
|
||||
local version = str_to_version(_OPTIONS["gcc_version"])
|
||||
if string.find(_OPTIONS["gcc"], "clang") then
|
||||
if _OPTIONS["gcc"]~=nil and string.find(_OPTIONS["gcc"], "clang") then
|
||||
buildoptions {
|
||||
"-Wno-unknown-attributes",
|
||||
"-Wno-missing-braces",
|
||||
|
Loading…
Reference in New Issue
Block a user