diff options
-rw-r--r-- | package/python-mako/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python-mako/Makefile b/package/python-mako/Makefile index 64259aa52..bb069a434 100644 --- a/package/python-mako/Makefile +++ b/package/python-mako/Makefile @@ -21,7 +21,7 @@ include $(ADK_TOPDIR)/mk/package.mk $(eval $(call HOST_template,PYTHON_MAKO,python-mako,${PKG_VERSION}-${PKG_RELEASE})) -include $(ADK_TOPDIR)/mk/python.mk +include $(ADK_TOPDIR)/mk/python3.mk HOST_STYLE:= manual |