mirror of
https://github.com/jimeh/build-emacs-for-macos.git
synced 2026-02-19 10:46:39 +00:00
Also embed various dylib libraries directly into the application, so they're not required to be installed via Homebrew for the app to work.
16 lines
226 B
Ruby
16 lines
226 B
Ruby
# frozen_string_literal: true
|
|
|
|
brew 'gmp'
|
|
brew 'gnutls'
|
|
brew 'jansson'
|
|
brew 'libffi'
|
|
brew 'libiconv'
|
|
brew 'libtasn1'
|
|
brew 'libunistring'
|
|
brew 'libxml2'
|
|
brew 'ncurses'
|
|
brew 'nettle'
|
|
brew 'pkg-config'
|
|
brew 'texinfo'
|
|
brew 'zlib'
|