[Bf-blender-cvs] [1cde1562e84] master: Cleanup: simplify macOS make deps instructions

Brecht Van Lommel noreply at git.blender.org
Wed Jun 22 18:20:07 CEST 2022


Commit: 1cde1562e84c1780c33fac817c8690de5914908e
Author: Brecht Van Lommel
Date:   Wed Jun 22 18:17:47 2022 +0200
Branches: master
https://developer.blender.org/rB1cde1562e84c1780c33fac817c8690de5914908e

Cleanup: simplify macOS make deps instructions

===================================================================

M	build_files/build_environment/cmake/check_software.cmake

===================================================================

diff --git a/build_files/build_environment/cmake/check_software.cmake b/build_files/build_environment/cmake/check_software.cmake
index 2a1aaef0bee..080c1e52973 100644
--- a/build_files/build_environment/cmake/check_software.cmake
+++ b/build_files/build_environment/cmake/check_software.cmake
@@ -56,10 +56,7 @@ if(UNIX)
       "On Debian and Ubuntu:\n"
       "  apt install autoconf automake libtool yasm tcl ninja-build meson python3-mako\n"
       "\n"
-      "On macOS Intel (with homebrew):\n"
-      "  brew install autoconf automake bison libtool pkg-config yasm\n"
-      "\n"
-      "On macOS ARM (with homebrew):\n"
+      "On macOS (with homebrew):\n"
       "  brew install autoconf automake bison flex libtool pkg-config yasm\n"
       "\n"
       "Other platforms:\n"



More information about the Bf-blender-cvs mailing list