Skip to content

Commit 6305d2d

Browse files
committed
fixup! chore: explain MacOs specific make issue
Signed-off-by: Oleksii Kurinnyi <[email protected]>
1 parent ad7c17c commit 6305d2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ system.
6262

6363
On macOS, the default `make` utility might be outdated, leading to issues with some `Makefile` targets. To resolve this, it's recommended to install a newer version of `make` using Homebrew and ensure it's prioritized in your system's `$PATH`.
6464

65+
> Note: `make` version `4.4.1` has been tested and confirmed to resolve these issues.
66+
6567
1. Install Homebrew `make`:
6668

6769
```bash

0 commit comments

Comments
 (0)