Skip to content
Snippets Groups Projects
Verified Commit a4fe00e4 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

macOS: use GCC 10 for building, since GCC 9 is no longer in Homebrew

(manually cherry picked from commit 7738ea0a)
parent ee704a9e
No related branches found
No related tags found
1 merge request!1815WIP Cherry-picks for 4.6
Pipeline #4112 passed
...@@ -22,8 +22,8 @@ set -ex ...@@ -22,8 +22,8 @@ set -ex
ROOTDIR=$(pwd)/.. ROOTDIR=$(pwd)/..
# Set the compilers # Set the compilers
CC=gcc-9 CC=gcc-10
CXX=g++-9 CXX=g++-10
# Set the number of threads # Set the number of threads
NTHREADS=$(nproc) NTHREADS=$(nproc)
......
Subproject commit d39fca02b477e289d5cf95fd7693c64fb4524f66 Subproject commit 553c26337d457dfcedee2c4fce0bbfb8ed349f6b
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment