Skip to content

Commit

Permalink
add seed
Browse files Browse the repository at this point in the history
  • Loading branch information
paperchalice committed Jun 1, 2024
1 parent 13d24b3 commit e4aff52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/gcc/gcc-boot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class GccBoot < Formula
# GCC bootstraps itself, so it is OK to have an incompatible C++ stdlib
cxxstdlib_check :skip

# Bootstrap seed: https://github.com/paperchalice/homebrew-private/releases/download/bootstrap-gcc-14.1.0/bootstrap-gcc-14.1.0.ventura.bottle.tar.gz
def install
ENV.prepend_path "PATH", Formula["gcc-strap"].bin
ENV.delete "CC"
Expand Down

0 comments on commit e4aff52

Please sign in to comment.