Reverse the networking polarity in the OSD makefiles. (nw)

This commit is contained in:
arbee 2014-10-20 21:56:01 -04:00
parent b1efba0d14
commit 8482a70a1e
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -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