mirror of
https://github.com/holub/mame
synced 2025-06-20 19:26:42 +03:00
Reverse the networking polarity in the OSD makefiles. (nw)
This commit is contained in:
parent
b1efba0d14
commit
8482a70a1e
@ -756,7 +756,7 @@ endif # USE_XINPUT
|
||||
# Network (TAP/TUN)
|
||||
#-------------------------------------------------
|
||||
|
||||
ifdef USE_NETWORK
|
||||
ifndef DONT_USE_NETWORK
|
||||
ifeq ($(SDL_NETWORK),taptun)
|
||||
OSDOBJS += \
|
||||
$(SDLOBJ)/netdev.o \
|
||||
|
@ -367,7 +367,7 @@ OSDOBJS += \
|
||||
$(OSDOBJ)/modules/sound/sdl_sound.o
|
||||
endif
|
||||
|
||||
ifdef USE_NETWORK
|
||||
ifndef DONT_USE_NETWORK
|
||||
OSDOBJS += \
|
||||
$(WINOBJ)/netdev.o \
|
||||
$(WINOBJ)/netdev_pcap.o
|
||||
|
Loading…
Reference in New Issue
Block a user