NetBSD fix, from pull request #852 [Thomas Klausner]

This commit is contained in:
Miodrag Milanovic 2016-05-02 17:58:14 +02:00
parent 06b44988e0
commit 65f35a6ede

View File

@ -1213,6 +1213,15 @@ project "uv"
MAME_DIR .. "3rdparty/libuv/src/unix/kqueue.c",
}
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
removebuildoptions {