diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -33,7 +33,7 @@ incomplete. To compile correctly on these processors (e.g. Mac M1/M2/M3) | |||
| 33 | you need to manually disable optimizations: | 33 | you need to manually disable optimizations: |
| 34 | 34 | ||
| 35 | ``` | 35 | ``` |
| 36 | $ TYPE="" ./configure.sh # Can be combined with CC=... | 36 | $ ARCH="PORTABLE" ./configure.sh # Can be combined with CC=... |
| 37 | ``` | 37 | ``` |
| 38 | 38 | ||
| 39 | Once the configuration is done, you can build with make | 39 | Once the configuration is done, you can build with make |
