From 76bb9ed575214c3bbe747f1e6d20e22cf2cef477 Mon Sep 17 00:00:00 2001 From: "Maxie D. Schmidt" Date: Tue, 1 Mar 2022 15:58:45 -0500 Subject: [PATCH] Update Mac-OS-X-Compile-From-Source-Instructions.md --- .../Mac-OS-X-Compile-From-Source-Instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/md/Installation_Instructions/Mac-OS-X-Compile-From-Source-Instructions.md b/doc/md/Installation_Instructions/Mac-OS-X-Compile-From-Source-Instructions.md index 6e5e0df03..e8d79ff78 100644 --- a/doc/md/Installation_Instructions/Mac-OS-X-Compile-From-Source-Instructions.md +++ b/doc/md/Installation_Instructions/Mac-OS-X-Compile-From-Source-Instructions.md @@ -42,7 +42,7 @@ vim Makefile.platform The following command has been shown to work on MacOS Big Sur with the default Compiler Tools that comes installed on this release of the platform: ```bash -make clean && CFLAGS="" make +make clean && CFLAGS="-I /usr/local/opt/openssl/include" make ``` If you have ``sudo`` rights, you can install the proxmark3 utilities into the system path by running