diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-05 10:17:39 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-05 10:17:39 +0200 |
| commit | e419ca484e62f2771766a87bfaedf75a5f99c2b1 (patch) | |
| tree | 60bfdccf6c5f51ca4716ce9daece9fb40a9128ff /README.md | |
| parent | b17411249b17133f35833c202e6c2e4bf43b3298 (diff) | |
| download | nissy-core-e419ca484e62f2771766a87bfaedf75a5f99c2b1.tar.gz nissy-core-e419ca484e62f2771766a87bfaedf75a5f99c2b1.zip | |
Changed build options TYPE -> ARCH
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 |
