Skip to content

Commit

Permalink
improve incompatibility message of --with-x11 and --with-xwidgets
Browse files Browse the repository at this point in the history
Following #196
  • Loading branch information
d12frosted committed Apr 1, 2020
1 parent 935a392 commit e212fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/emacs-plus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class EmacsPlus < Formula
odie "--with-xwidgets is supported only on --HEAD"
end
unless build.with? "cocoa" and build.without? "x11"
odie "--with-xwidgets is supported only on cocoa via xwidget webkit"
odie "--with-xwidgets is not available when building --with-x11"
end
end

Expand Down

0 comments on commit e212fff

Please sign in to comment.