mirror of
https://github.com/open-simh/simh.git
synced 2026-01-25 19:57:36 +00:00
Added support for integrated Tap networking interfaces on OSX
This commit is contained in:
2
makefile
2
makefile
@@ -66,7 +66,7 @@ ifeq ($(WIN32),)
|
||||
# Provide support for Tap networking on Linux
|
||||
NETWORK_TAP_CCDEFS = -DUSE_TAP_NETWORK
|
||||
endif
|
||||
ifeq (bsdtuntap,$(shell if $(TEST) -e /usr/include/net/if_tun.h; then echo bsdtuntap; fi))
|
||||
ifeq (bsdtuntap,$(shell if $(TEST) -e /usr/include/net/if_tun.h -o -e /Library/Extensions/tap.kext; then echo bsdtuntap; fi))
|
||||
# Provide support for Tap networking
|
||||
NETWORK_TAP_CCDEFS = -DUSE_TAP_NETWORK -DUSE_BSDTUNTAP
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user