mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 11:42:38 +03:00
3c8a1ea386
For python3 cross compilation, a native installation of python3 is needed. This patch adds a build script for python3 to the toolchain and informs the user to run that script if the python port is build and no native python3 with the same major and minor version is being found.
5 lines
200 B
Bash
5 lines
200 B
Bash
PYTHON_VERSION="3.6.0"
|
|
PYTHON_MD5SUM="82b143ebbf4514d7e05876bed7a6b1f5"
|
|
PYTHON_ARCHIVE="Python-$PYTHON_VERSION.tar.xz"
|
|
PYTHON_URL="https://www.python.org/ftp/python/$PYTHON_VERSION/${PYTHON_ARCHIVE}"
|