mirror of
https://github.com/holub/mame
synced 2025-10-04 08:28:39 +03:00
fix compile bgfx under OSX (nw)
This commit is contained in:
parent
c869696a3f
commit
54f324024e
@ -384,6 +384,11 @@ project "bgfx"
|
|||||||
MAME_DIR .. "3rdparty/bx/include/compat/mingw",
|
MAME_DIR .. "3rdparty/bx/include/compat/mingw",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
configuration { "osx*" }
|
||||||
|
includedirs {
|
||||||
|
MAME_DIR .. "3rdparty/bx/include/compat/osx",
|
||||||
|
}
|
||||||
|
|
||||||
configuration { }
|
configuration { }
|
||||||
|
|
||||||
defines {
|
defines {
|
||||||
|
Loading…
Reference in New Issue
Block a user