diff options
author | 2015-03-26 10:50:58 +0100 | |
---|---|---|
committer | 2015-03-26 10:50:58 +0100 | |
commit | 54f324024e43598e382eca02fcbd61157453acfd (patch) | |
tree | 7e88269b0a7ba35bf4bc3f6d98154c25689786b5 /scripts/src | |
parent | c869696a3f8186445a3391fcce32271468994a8e (diff) |
fix compile bgfx under OSX (nw)
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/3rdparty.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index 5984425114b..bd36ab95fe3 100644 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -384,6 +384,11 @@ project "bgfx" MAME_DIR .. "3rdparty/bx/include/compat/mingw", } + configuration { "osx*" } + includedirs { + MAME_DIR .. "3rdparty/bx/include/compat/osx", + } + configuration { } defines { |