From 7e8ee7855fdb4a9da128e19b0df123244dfabe68 Mon Sep 17 00:00:00 2001 From: opa334 Date: Tue, 30 Apr 2024 00:45:39 +0200 Subject: [PATCH] Fix parallel building --- BaseBin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaseBin/Makefile b/BaseBin/Makefile index 2f5c66e9c..39bd1c428 100644 --- a/BaseBin/Makefile +++ b/BaseBin/Makefile @@ -60,7 +60,7 @@ watchdoghook: .build .include libjailbreak $(MAKE) -C watchdoghook @cp watchdoghook/watchdoghook.dylib .build -rootlesshooks: .build .include +rootlesshooks: .build .include libjailbreak $(MAKE) -C rootlesshooks @cp rootlesshooks/.theos/obj/rootlesshooks.dylib .build