mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-10 21:19:26 +02:00
add support for manylinux2014-aarch64
This commit is contained in:

committed by
Jean-Christophe Fillion-Robin

parent
35db3a37f6
commit
fdb8d43e34
@ -90,5 +90,10 @@ cd "${BUILD}"
|
||||
|
||||
cp "${CONFIG_PATH}" "${BUILD}/.config"
|
||||
|
||||
|
||||
# As mentioned in ct-ng config, need to unset LD_LIBRARY_PATH.
|
||||
unset LD_LIBRARY_PATH
|
||||
|
||||
# Build and install the toolchain!
|
||||
"${BOOTSTRAP_PREFIX}/bin/ct-ng" build
|
||||
|
||||
|
@ -9,6 +9,9 @@ fi
|
||||
|
||||
cd /usr/share
|
||||
|
||||
# Remove liquidprompt if exists
|
||||
rm -rf liquidprompt
|
||||
|
||||
git clone "https://github.com/nojhan/liquidprompt.git" -b v_1.11
|
||||
|
||||
cat << EOF >> /root/.bashrc
|
||||
|
Reference in New Issue
Block a user