You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should be able to compile since Theos can automatically find the file and use it.
This used to be a minor hack in Theos so that you could define a .mm file while using an xm file, and Theos would use logos for substrate functions (or something).
I only used it while I was testing hooks with classdumpdyld. You can safely change all the names, anyway as soon as they match the makefiles and any references inside the files .
in classdumpdyldlib/Makefile,
why libclassdumpdyld_FILES = classdumpdyldlib.mm instead of .mm? Seems a bug tome.
I can't compile until I change .mm to .xm, and in classdumpdyldlib dir there in deed only a .xm file
The text was updated successfully, but these errors were encountered: