mirror of
https://github.com/holub/mame
synced 2025-07-02 00:29:37 +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"),
|
backtick(sdlconfigcmd() .. " --cflags"),
|
||||||
}
|
}
|
||||||
end
|
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