You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,10 @@ Current tools include:
29
29
cd jitutils
30
30
bootstrap.cmd
31
31
```
32
-
(on non-Windows, run bootstrap.sh. NOTE: On Mac, you need to first use `ulimit -n 2048` or the `dotnet restore` part of the build will fail.)
32
+
(on non-Windows, run bootstrap.sh.
33
+
**macOS note:** On macOS versions **prior to 14 (Sonoma)** you must first run `ulimit -n 2048`, otherwise the `dotnet restore` part of the build may fail due to the lower default file descriptor limit.)
33
34
34
-
4. Optionally, add the built tools directory to your path, e.g.:
35
+
1. Optionally, add the built tools directory to your path, e.g.:
0 commit comments