From 913969ac8c8372174e8810d67e20be92c4108e4f Mon Sep 17 00:00:00 2001 From: opa334 Date: Fri, 12 Jan 2024 16:16:03 +0100 Subject: [PATCH] Make sure to remove dylibs --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 380076d..3a9fd52 100644 --- a/Makefile +++ b/Makefile @@ -80,8 +80,10 @@ update-choma: mkdir -p _build/.choma git clone --recursive https://github.com/opa334/ChOma _build/.choma make -C _build/.choma install TARGET=ios INSTALL_PATH=../../RootHelper/external + rm RootHelper/external/lib/libchoma.dylib make -C _build/.choma clean make -C _build/.choma install INSTALL_PATH=../../Exploits/fastPathSign/src/external + rm Exploits/fastPathSign/src/external/lib/libchoma.dylib rm -rf _build/.choma .PHONY: $(TOPTARGETS) pre_build assemble_trollstore make_trollhelper_package make_trollhelper_embedded build_installer15 build_installer64e \ No newline at end of file