[PATCH 4/4] neccesary python3 build file

18 Apr
2020
18 Apr
'20
8:02 p.m.
Signed-off-by: Joerg Seitter <adk@seitter.net> --- mk/python3.mk | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mk/python3.mk diff --git a/mk/python3.mk b/mk/python3.mk new file mode 100644 index 000000000..d1e18d904 --- /dev/null +++ b/mk/python3.mk @@ -0,0 +1,3 @@ +PYTHON_VERSION=3.8 +PYTHON_LIBDIR:=$(STAGING_HOST_DIR)/usr/lib +PYTHON:=${STAGING_HOST_DIR}/usr/bin/python3 -- 2.11.0
1974
Age (days ago)
1974
Last active (days ago)
0 comments
1 participants
participants (1)
-
Joerg Seitter