From e419ca484e62f2771766a87bfaedf75a5f99c2b1 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 5 Sep 2024 10:17:39 +0200 Subject: Changed build options TYPE -> ARCH --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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) you need to manually disable optimizations: ``` -$ TYPE="" ./configure.sh # Can be combined with CC=... +$ ARCH="PORTABLE" ./configure.sh # Can be combined with CC=... ``` Once the configuration is done, you can build with make -- cgit v1.3