flycast/core/deps/picotcp/rules/tun.mk

5 lines
107 B
Makefile

UNAME=$(shell uname)
ifeq ($(findstring MINGW,$(UNAME)),)
MOD_OBJ+=$(LIBBASE)modules/pico_dev_tun.o
endif