4 lines
79 B
Makefile
4 lines
79 B
Makefile
ifeq ($(CONFIG_TARGET_PACKAGE_PYTHON3.7),y)
|
|
TARGET_PACKAGES += python3.7
|
|
endif
|