hardened malloc download.

This commit is contained in:
2026-02-08 14:13:14 -07:00
parent 19ede9ac58
commit 1b1e74d67f

View File

@@ -2,11 +2,13 @@
set -e set -e
set -x set -x
cd "$(dirname "$0")"
DIR="$(dirname "$0")"
cd ..
echo $PWD
#downloading graphene malloc #downloading graphene malloc
if [ ! -f ./dependencies/hardened_malloc/Makefile ]; then if [ ! -f ./dependencies/hardened_malloc/Makefile ]; then
cd "$(dirname "$0")"
DIR="$(dirname "$0")"
cd ..
cd ./dependencies/ cd ./dependencies/
git clone https://github.com/GrapheneOS/hardened_malloc.git git clone https://github.com/GrapheneOS/hardened_malloc.git
fi fi