Fix error on manylinux2014-aarch64

Fix error on manylinux2014-aarch64

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2021-06-27 14:52:44 +02:00
committed by Jonas Vautherin
parent e90c6ee9ce
commit ecf9f32334
2 changed files with 7 additions and 0 deletions

View File

@ -111,6 +111,9 @@ cp "${CONFIG_PATH}" "${BUILD}/.config"
# As mentioned in ct-ng config, need to unset LD_LIBRARY_PATH.
unset LD_LIBRARY_PATH
# Fix build error on manylinux2014-aarch64
unset CC
unset CXX
# Build and install the toolchain!
# Print last 250 lines if build fail