Skip to content

Commit d21eca4

Browse files
authored
Update README.md
1 parent 58f606a commit d21eca4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
This package provides scripts that attempt to facilitate setting up the
1010
[MATLAB MEX](https://www.mathworks.com/help/matlab/ref/mex.html), focusing on macOS or Windows.
1111

12-
Note that MATLAB requires you to install a [supported (C or Fortran) compiler along with Xcode (on macOS)
12+
Note that MATLAB requires you to install a [supported (C or Fortran) compiler along with Xcode (on macOS with Intel chips)
1313
or Microsoft Visual Studio (on Windows)](https://www.mathworks.com/support/requirements/previous-releases.html).
1414
This package is **not** a hacking tool to circumvent these requirements,
1515
but a tool to help MATLAB recognize your compiler after these requirements are satisfied.
@@ -33,7 +33,7 @@ of MathWorks about ["how to set up MEX"](https://www.mathworks.com/help/matlab/r
3333

3434
Before starting, clone this repository. Then do the following according to your system (macOS or Windows) and your need (C or Fortran).
3535

36-
### macOS
36+
### macOS with Intel chips
3737

3838
- C
3939

0 commit comments

Comments
 (0)