aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-09-05 10:17:39 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-09-05 10:17:39 +0200
commite419ca484e62f2771766a87bfaedf75a5f99c2b1 (patch)
tree60bfdccf6c5f51ca4716ce9daece9fb40a9128ff /README.md
parentb17411249b17133f35833c202e6c2e4bf43b3298 (diff)
downloadnissy-core-e419ca484e62f2771766a87bfaedf75a5f99c2b1.tar.gz
nissy-core-e419ca484e62f2771766a87bfaedf75a5f99c2b1.zip
Changed build options TYPE -> ARCH
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 049c31d..d0ab136 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ incomplete. To compile correctly on these processors (e.g. Mac M1/M2/M3)
33you need to manually disable optimizations: 33you 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
39Once the configuration is done, you can build with make 39Once the configuration is done, you can build with make

Generated with cgit - Back to sebastiano.tronto.net