mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
fix pcap builds (#8150) [xray-sky, R. Stricklin]
This commit is contained in:
parent
43427547f3
commit
24df3089f8
@ -7,7 +7,7 @@ forcedincludes {
|
||||
-- MAME_DIR .. "src/osd/sdl/sdlprefix.h"
|
||||
}
|
||||
|
||||
if _OPTIONS["USE_TAPTUN"]=="1" or _OPTIONS["USE_PCAP"]==1 then
|
||||
if _OPTIONS["USE_TAPTUN"]=="1" or _OPTIONS["USE_PCAP"]=="1" then
|
||||
defines {
|
||||
"USE_NETWORK",
|
||||
}
|
||||
|
@ -7,7 +7,7 @@ forcedincludes {
|
||||
MAME_DIR .. "src/osd/sdl/sdlprefix.h"
|
||||
}
|
||||
|
||||
if _OPTIONS["USE_TAPTUN"]=="1" or _OPTIONS["USE_PCAP"]==1 then
|
||||
if _OPTIONS["USE_TAPTUN"]=="1" or _OPTIONS["USE_PCAP"]=="1" then
|
||||
defines {
|
||||
"USE_NETWORK",
|
||||
}
|
||||
|
@ -37,7 +37,7 @@ else
|
||||
}
|
||||
end
|
||||
|
||||
if _OPTIONS["USE_TAPTUN"]=="1" or _OPTIONS["USE_PCAP"]==1 then
|
||||
if _OPTIONS["USE_TAPTUN"]=="1" or _OPTIONS["USE_PCAP"]=="1" then
|
||||
defines {
|
||||
"USE_NETWORK",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user