Fiix bug to now allow building of network capable simulators without network support (with appropriate warnings)
This commit is contained in:
parent
4bd72e666c
commit
6f8349bcec
1 changed files with 0 additions and 2 deletions
2
makefile
2
makefile
|
@ -306,8 +306,6 @@ ifeq ($(WIN32),) #*nix Environments (&& cygwin)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
LIBEXT = $(LIBEXTSAVE)
|
LIBEXT = $(LIBEXTSAVE)
|
||||||
else
|
|
||||||
$(error using libpcap: missing pcap.h)
|
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifneq (,$(findstring USE_NETWORK,$(NETWORK_CCDEFS))$(findstring USE_SHARED,$(NETWORK_CCDEFS)))
|
ifneq (,$(findstring USE_NETWORK,$(NETWORK_CCDEFS))$(findstring USE_SHARED,$(NETWORK_CCDEFS)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue