mirror of
https://github.com/holub/mame
synced 2025-05-16 19:00:43 +03:00
build: fix msvc build
This commit is contained in:
parent
e2acaa460e
commit
458d529007
@ -1396,7 +1396,7 @@ project "bimg"
|
||||
"BX_CONFIG_DEBUG=0",
|
||||
}
|
||||
|
||||
if not string.find(_OPTIONS["gcc"], "clang") then
|
||||
if _OPTIONS["gcc"]~=nil and not string.find(_OPTIONS["gcc"], "clang") then
|
||||
-- This is a gross hack. For some reason GitHub Actions MinGW GCC seems to define SSE feature macros for features that are not enabled.
|
||||
local archopts = (_OPTIONS["ARCHOPTS"] or "") .. " " .. (_OPTIONS["ARCHOPTS_CXX"] or "")
|
||||
local ssever = "20"
|
||||
|
Loading…
Reference in New Issue
Block a user