Galactic-Dev / iSponsorBlock

A jailbreak tweak that implements the sponsorblock api to skip sponsorships in youtube videos.
https://galacticdev.me/iSponsorBlock
GNU General Public License v3.0
235 stars 50 forks source link

Building the latest code results in missing -lroot #116

Closed TylerJaacks closed 4 months ago

TylerJaacks commented 5 months ago

running make results in the following

ld: library not found for -lroot
clang-13: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [/home/tylerjaacks/theos/makefiles/instance/library.mk:52: /home/tylerjaacks/Documents/src/iSponsorBlock/.theos/obj/debug/arm64/iSponsorBlock.dylib] Error 1
make[2]: *** [/home/tylerjaacks/theos/makefiles/instance/library.mk:52: /home/tylerjaacks/Documents/src/iSponsorBlock/.theos/obj/debug/arm64/iSponsorBlock.dylib] Error 2
make[1]: *** [/home/tylerjaacks/theos/makefiles/instance/library.mk:37: internal-library-all_] Error 2
make: *** [/home/tylerjaacks/theos/makefiles/master/rules.mk:146: iSponsorBlock.all.tweak.variables] Error 2
iCrazeiOS commented 4 months ago

make sure you have the latest version of Theos. you can update by running make update-theos