From 613a6545fc5a9542753b503cbe5906538a640b60 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Tue, 11 Jan 2022 20:56:01 +1100 Subject: [PATCH] libhardended_malloc.so moved into out dir. --- .github/setup_ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh index b603f3f57..454767b49 100755 --- a/.github/setup_ci.sh +++ b/.github/setup_ci.sh @@ -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