Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
fix(aarch64_toolchainfile.cmake): Change python from 3.8 to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu-kao committed May 24, 2024
1 parent 1562893 commit 946c1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aarch64_toolchainfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set(CMAKE_CROSSCOMPILING_EMULATOR qemu-aarch64-static)
set(CMAKE_SYSROOT ${CMAKE_CURRENT_LIST_DIR}/../../sysroot_docker)
set(BUILD_TESTING off)
set(BUILD_HBMEM ON)
set(PYTHON_SOABI cpython-38-aarch64-linux-gnu)
set(PYTHON_SOABI cpython-310-aarch64-linux-gnu)

# This assumes that pthread will be available on the target system
# (this emulates that the return of the TRY_RUN is a return code "0"
Expand Down

0 comments on commit 946c1ed

Please sign in to comment.