shims/linux: add gnumake and gmake symlinks

The `opencv@3` build calls `gmake`, which ends up evading our compiler
shim and results in a build failure because of a `-Werror` flag.

Closes Homebrew/homebrew-core#132966.
This commit is contained in:
Carlo Cabrera 2023-06-06 23:49:52 +08:00
parent 322a0189ca
commit 729c2b331b
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
make

View File

@ -0,0 +1 @@
make