We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
theos ships with rocketbootstrap headers and a tbd, so we don't need to have it in the common folder anymore.
The text was updated successfully, but these errors were encountered:
not sure where the #import/#include statement should go to make it work but this should be the path to rocketbootstrap.h via theos as described here
#import
#include
$(THEOS_VENDOR_INCLUDE_PATH)/rocketbootstrap/rocketbootstrap.h
also the tbd for rocketbootstrap but again i don't really know where to #include/#import to make it work
$(THEOS_VENDOR_LIBRARY_PATH)/rocketbootstrap.tbd
OT: are the () needed around THEOS_VENDOR_******_PATH when used in #include/#import statements noticed them in Anemone's make file so I wasn't sure.
()
THEOS_VENDOR_******_PATH
after all that it was too simple. . . #8
Sorry, something went wrong.
This should be closed, right? 93cf114 provides the fix.
No branches or pull requests
theos ships with rocketbootstrap headers and a tbd, so we don't need to have it in the common folder anymore.
The text was updated successfully, but these errors were encountered: