Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix make proto to use gsed on MacOS (#6419)
## Which problem is this PR solving? - Since `sed` on MacOS does not respect `-i` flag the same was as on Linux, the `make proto` always needs `SED=gsed` setting. ## Description of the changes - Set SED=gsed automatically when on MacOS ## How was this change tested? - `make proto` Signed-off-by: Yuri Shkuro <[email protected]>
- Loading branch information