Incorrect way of enabling stub extensions
Reporter: k0T0z | Status: open | Last Modified: November 11, 2023, 03:00:13 pmCurrently, when you need to enable a stub for an extension, you will have to create a separate code for it inside the Engine makefile like here:
enigma-dev/ENIGMAsystem/SHELL/Makefile
Lines 133 to 136 in 3918af3
and here:
enigma-dev/ENIGMAsystem/SHELL/Makefile
Lines 124 to 131 in 3918af3
This is incorrect and unnecessary, I would like to loop over all the extensions and enable its stub if the extension is disabled and the stub exists.
Leave a commentView this issue on GitHub
Please sign in to post comments, or you can view this issue on GitHub.