Lightmann
Lightmann
What does this implement/fix? Explain your changes. --------------------------------------------------- Specifies runtime location as `install_name` for bundles when linking to avoid using an absolute path Does this close any currently open issues?...
What does this implement/fix? Explain your changes. --------------------------------------------------- - Keeps single-arch projects single-arch thin bins Does this close any currently open issues? ------------------------------------------ No Any relevant logs, error output, etc?...
What does this implement/fix? Explain your changes. --------------------------------------------------- See title Does this close any currently open issues? ------------------------------------------ I don't think so Any relevant logs, error output, etc? ------------------------------------- Any...
What does this implement/fix? Explain your changes. --------------------------------------------------- - Switches relevant file types to CC from CXX - Defaults to CC for linking and only switches to CXX if OBJ_FILES_TO_LINK...
What does this implement/fix? Explain your changes. --------------------------------------------------- - Updates `legacy.mk` to no longer attempt to assign FW_PACKAGE_FILENAME to THEOS_PACKAGE_FILENAME, as the latter no longer exists. - Will now check...
What does this implement/fix? Explain your changes. --------------------------------------------------- See title Does this close any currently open issues? ------------------------------------------ I don't think so Any relevant logs, error output, etc? ------------------------------------- Upstream:...
What does this implement/fix? Explain your changes. --------------------------------------------------- See title Does this close any currently open issues? ------------------------------------------ No Any relevant logs, error output, etc? ------------------------------------- Any other comments? -------------------...
### What are the steps to reproduce this issue? 1. Add `%config(generator=internal)` to a Tweak.x(m) 2. Build ### What happens? MobileSubstrate is linked regardless of the specific generator in `%config`...
Previously, the generator defaulting to substrate would result in substrate being linked due to [Theos' generator check](https://github.com/theos/theos/blob/65b549c4a97c3c9f51bd912395fd244b8aadc741/makefiles/instance/tweak.mk#L15-L19). This is problematic for users using non-substrate hooking techniques, such as fishhook. Common.mk...