emacs.build: fixed build dependencies for Mac OS X
This commit is contained in:
@@ -7,7 +7,7 @@ build_dependencies="${COMPILER} libungif tiff"
|
||||
case ${OS} in
|
||||
Darwin )
|
||||
configure_args='--with-ns'
|
||||
build_dependencies=''
|
||||
build_dependencies="libungif tiff"
|
||||
CC=''
|
||||
CXX=''
|
||||
COMPILER=''
|
||||
|
||||
Reference in New Issue
Block a user