Closed umireon closed 1 year ago
read_codesign_pass uses log_warning but it did not have it as autoload. This commit adds log_warning to autoload.
Codesign fails due to command not found error and I need to fix this.
I confirmed this change works in https://github.com/royshil/obs-backgroundremoval/pull/357.
Please use CI as the commit and PR title prefix. I’d also prefer ‘Fix missing autoload…’ as the title to make it clear what the commit changes.
CI
@PatTheMav I've fixed the commit and the title!
Description
read_codesign_pass uses log_warning but it did not have it as autoload. This commit adds log_warning to autoload.
Motivation and Context
Codesign fails due to command not found error and I need to fix this.
How Has This Been Tested?
I confirmed this change works in https://github.com/royshil/obs-backgroundremoval/pull/357.
Types of changes
Checklist: