disable tuntap libs by default

pull/5/head
Jeff Becker 6 years ago
parent 8cfcc101b4
commit d987aa09c7
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -122,12 +122,15 @@ if(UNIX)
endif()
endif(UNIX)
if(TUNTAP)
set(LIBTUNTAP_SRC
${TT_ROOT}/tuntap.c
${TT_ROOT}/tuntap_log.c
${TT_ROOT}/tuntap-unix.c
${LIBTUNTAP_IMPL})
else()
set(LIBTUNTAP_SRC "")
endif()
set(LIB_SRC
llarp/address_info.cpp

Loading…
Cancel
Save