Skip to content

Commit

Permalink
Merge pull request #5 from miles170/fix-native-comp-dependencies
Browse files Browse the repository at this point in the history
emacs: fix native-comp dependencies
  • Loading branch information
miles170 authored Sep 26, 2023
2 parents 97efdf9 + 8777b17 commit d5dfad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/emacs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ class Emacs < Formula
uses_from_macos "ncurses"

if build.with? "native-comp"
depends_on "libgccjit" => :build
depends_on "gcc" => :build
depends_on "libgccjit"
depends_on "gcc"
end

on_linux do
Expand Down

0 comments on commit d5dfad1

Please sign in to comment.