libhardended_malloc.so moved into out dir.

This commit is contained in:
Darren Tucker 2022-01-11 20:56:01 +11:00
parent 61761340be
commit 613a6545fc
1 changed files with 1 additions and 1 deletions

2
.github/setup_ci.sh vendored
View File

@ -105,7 +105,7 @@ if [ "${INSTALL_HARDENED_MALLOC}" = "yes" ]; then
(cd ${HOME} &&
git clone https://github.com/GrapheneOS/hardened_malloc.git &&
cd ${HOME}/hardened_malloc &&
make -j2 && sudo cp libhardened_malloc.so /usr/lib/)
make -j2 && sudo cp out/libhardened_malloc.so /usr/lib/)
fi
if [ ! -z "${INSTALL_OPENSSL}" ]; then