mirror of
https://github.com/holub/mame
synced 2025-07-08 03:12:37 +03:00
NetBSD fix, from pull request #852 [Thomas Klausner]
This commit is contained in:
parent
06b44988e0
commit
65f35a6ede
@ -1213,6 +1213,15 @@ project "uv"
|
|||||||
MAME_DIR .. "3rdparty/libuv/src/unix/kqueue.c",
|
MAME_DIR .. "3rdparty/libuv/src/unix/kqueue.c",
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
if _OPTIONS["targetos"]=="netbsd" then
|
||||||
|
files {
|
||||||
|
MAME_DIR .. "3rdparty/libuv/src/unix/netbsd.c",
|
||||||
|
MAME_DIR .. "3rdparty/libuv/src/unix/kqueue.c",
|
||||||
|
}
|
||||||
|
links {
|
||||||
|
"kvm",
|
||||||
|
}
|
||||||
|
end
|
||||||
|
|
||||||
if (_OPTIONS["SHADOW_CHECK"]=="1") then
|
if (_OPTIONS["SHADOW_CHECK"]=="1") then
|
||||||
removebuildoptions {
|
removebuildoptions {
|
||||||
|
Loading…
Reference in New Issue
Block a user