Fix custom rules not applying under the utility project kind on gmake2#1939
Open
artemking4 wants to merge 1 commit intopremake:masterfrom
Open
Fix custom rules not applying under the utility project kind on gmake2#1939artemking4 wants to merge 1 commit intopremake:masterfrom
artemking4 wants to merge 1 commit intopremake:masterfrom
Conversation
Member
|
Can we get a test or two added here? |
Author
Dunno, i dont really know how tests here work, but im using this on my machine and its more than fine. |
13 tasks
Member
Take a look at the tests in the adjacent directory, should be pretty straight forward. |
Jarod42
reviewed
Sep 7, 2022
| else | ||
| rules[extension] = rule | ||
| end | ||
| end |
Author
To be honest, it should be. But i dont know the right place for it to be.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What does this PR do?
Fixes utility projects not applying rules under gmake2.
Basically copied some code over from
gmake2_cpp.lua.