diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-01-09 17:16:21 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-01-09 17:16:21 +0100 |
commit | 191e8aaad69a822fbfbec12dd4b24ef5d244037d (patch) | |
tree | dfb81b4f9d4d68d1c464f68031c631ebd99e5c2b | |
parent | 0eea4f7789fe251a38910627e89b07173b1472fa (diff) |
python-mako: fix wrong python makefile
-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 |