Skip to content

Commit

Permalink
Update SDK's Python to 3.9.10 same as Android's SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
o01eg committed Apr 16, 2023
1 parent 8fd5657 commit 1a10119
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ ExternalProject_Add(python3
-DENABLE_JSON=OFF
-DENABLE_LINUXAUDIODEV=OFF
-DENABLE_MMAP=OFF
-DENABLE_MSI=OFF
-DENABLE_MULTIBYTECODEC=OFF
-DENABLE_MULTIPROCESSING=OFF
-DENABLE_NIS=OFF
Expand Down
8 changes: 4 additions & 4 deletions Sources.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ set(LIBPNG_VERSION 1.6.37)
set(LIBPNG_URL https://downloads.sourceforge.net/project/libpng/libpng16/${LIBPNG_VERSION}/libpng-${LIBPNG_VERSION}.tar.gz)
set(LIBPNG_MD5 6c7519f6c75939efa0ed3053197abd54)

set(PYTHON_CMAKE_URL https://github.com/freeorion/python-cmake-buildsystem/archive/3c6db81e68b842b2b595f7aadcb420480dc45c93.zip)
set(PYTHON_CMAKE_MD5 a4119a1f02fd1814432e31a0b3e0c6c7)
set(PYTHON_CMAKE_URL https://github.com/freeorion/python-cmake-buildsystem/archive/c8ebbcde77433daf17c6e91f8bc7041c380bc61c.zip)
set(PYTHON_CMAKE_MD5 ef568d9a803ef4fdc7dcd0453742f3ed)

set(PYTHON3_VERSION 3.8.16)
set(PYTHON3_VERSION 3.9.10)
set(PYTHON3_URL https://www.python.org/ftp/python/${PYTHON3_VERSION}/Python-${PYTHON3_VERSION}.tgz)
set(PYTHON3_MD5 060040f864f1003b849b33393c9605df)
set(PYTHON3_MD5 1440acb71471e2394befdb30b1a958d1)

set(FREETYPE_VERSION 2.9)
set(FREETYPE_URL http://downloads.sourceforge.net/project/freetype/freetype2/${FREETYPE_VERSION}/freetype-${FREETYPE_VERSION}.tar.gz)
Expand Down

0 comments on commit 1a10119

Please sign in to comment.