From a483e713aea0e0d02dad3ceb134c69c7a2bf8c74 Mon Sep 17 00:00:00 2001 From: Jazzzny Date: Sat, 7 Oct 2023 17:29:53 -0400 Subject: [PATCH] remove file --- payloads/Tools/CreateVault/building.txt | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 payloads/Tools/CreateVault/building.txt diff --git a/payloads/Tools/CreateVault/building.txt b/payloads/Tools/CreateVault/building.txt deleted file mode 100644 index eef99f899..000000000 --- a/payloads/Tools/CreateVault/building.txt +++ /dev/null @@ -1,3 +0,0 @@ -RsaTool - Download OpenCorePkg Source Code, patch Utilities -> RsaTool -> build_libressl.sh - "10.6" to "10.9", add "-mmacosx-version-min=10.9" to Makefile CFLAGS and LDFLAGS, then build_libressl.sh and make. -strings - (May require an older version of macOS to compile) Download binutils Source Code, CFLAGS="-mmacosx-version-min=10.9" LDFLAGS="-mmacosx-version-min=10.9" ./configure --diable-nls --prefix=$(pwd)/bin, make configure-host, then make LDFLAGS="-all-static". -openssl - Download OpenSSL Source Code, ./config -no-shared -mmacosx-version-min=10.9, then make. \ No newline at end of file