mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
Define network API to use on NetBSD.
Fixes build on NetBSD. Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
This commit is contained in:
parent
537326b282
commit
7d1fe0cc62
@ -242,6 +242,7 @@ BASE_TARGETOS = unix
|
|||||||
SYNC_IMPLEMENTATION = ntc
|
SYNC_IMPLEMENTATION = ntc
|
||||||
LIBS += -lutil
|
LIBS += -lutil
|
||||||
NO_USE_MIDI = 1
|
NO_USE_MIDI = 1
|
||||||
|
SDL_NETWORK = pcap
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(TARGETOS),solaris)
|
ifeq ($(TARGETOS),solaris)
|
||||||
|
Loading…
Reference in New Issue
Block a user