4 lines
75 B
Makefile
4 lines
75 B
Makefile
ifeq ($(CONFIG_TARGET_PACKAGE_LIBCURL),y)
|
|
TARGET_PACKAGES += libcurl
|
|
endif
|