Merge pull request #124 from 0-wiz-0/master

Define network API to use on NetBSD.
This commit is contained in:
couriersud 2015-01-29 23:25:01 +01:00
commit fe4698fbd6

View File

@ -242,6 +242,7 @@ BASE_TARGETOS = unix
SYNC_IMPLEMENTATION = ntc
LIBS += -lutil
NO_USE_MIDI = 1
SDL_NETWORK = pcap
endif
ifeq ($(TARGETOS),solaris)