From fb8846e49f7f075874988d83942cdeccc73c5d60 Mon Sep 17 00:00:00 2001 From: Mubarak Imam Date: Sat, 11 Mar 2023 12:22:14 +0100 Subject: [PATCH] removed redundant info on readme --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index ac9208f..8357060 100644 --- a/README.md +++ b/README.md @@ -80,13 +80,6 @@ You need install homebrew from here: https://brew.sh/ After this, build instructions are same as for Unix (including prerequisites). -#### Building for M1 - -Please run the build commands with the following flags - -``` -CC=clang CXX=clang++ cmake .. -DCORECLR_BRANCH="release/6.0" -``` ### Windows