mirror of
https://github.com/holub/mame
synced 2025-06-15 17:07:05 +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
|
if _OPTIONS["targetos"]=="windows" then
|
||||||
local version = str_to_version(_OPTIONS["gcc_version"])
|
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 {
|
buildoptions {
|
||||||
"-Wno-unknown-attributes",
|
"-Wno-unknown-attributes",
|
||||||
"-Wno-missing-braces",
|
"-Wno-missing-braces",
|
||||||
|
Loading…
Reference in New Issue
Block a user