mirror of
https://github.com/jimeh/build-emacs-for-macos.git
synced 2026-02-19 06:06:40 +00:00
fix(xwidgets): Add support for emacs-27 specific xwidgets patch
This commit is contained in:
@@ -242,7 +242,8 @@ class Build
|
||||
if opts[:xwidgets]
|
||||
p << {
|
||||
url: 'https://github.com/d12frosted/homebrew-emacs-plus/raw/master/' \
|
||||
'patches/xwidgets_webkit_in_cocoa.patch'
|
||||
'patches/xwidgets_webkit_in_cocoa' \
|
||||
"#{'-emacs-27' if ref == 'emacs-27'}.patch"
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user