mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
fix for osx and bsd (nw)
This commit is contained in:
parent
59000f8a97
commit
b7def3d28c
@ -151,3 +151,21 @@ elseif _OPTIONS["targetos"]=="os2" then
|
||||
backtick(sdlconfigcmd() .. " --cflags"),
|
||||
}
|
||||
end
|
||||
|
||||
configuration { "osx*" }
|
||||
includedirs {
|
||||
MAME_DIR .. "3rdparty/bx/include/compat/osx",
|
||||
}
|
||||
|
||||
configuration { "freebsd" }
|
||||
includedirs {
|
||||
MAME_DIR .. "3rdparty/bx/include/compat/freebsd",
|
||||
}
|
||||
|
||||
configuration { "netbsd" }
|
||||
includedirs {
|
||||
MAME_DIR .. "3rdparty/bx/include/compat/freebsd",
|
||||
}
|
||||
|
||||
configuration { }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user