mirror of
https://github.com/jimeh/build-emacs-for-macos.git
synced 2026-02-19 13:06:38 +00:00
5 lines
114 B
Bash
Executable File
5 lines
114 B
Bash
Executable File
#! /usr/bin/env bash
|
|
|
|
export HOMEBREW_NO_AUTO_UPDATE=1
|
|
brew install ./Formulas/gcc.rb --build-from-source --force
|