Skip to content

Commit

Permalink
Fix parallel building
Browse files Browse the repository at this point in the history
  • Loading branch information
opa334 committed Apr 29, 2024
1 parent c51489b commit 7e8ee78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BaseBin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7e8ee78

Please sign in to comment.