ada-mode-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Build patch for macOS


From: Stephen Leake
Subject: Re: Build patch for macOS
Date: Mon, 20 Apr 2020 16:55:28 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (windows-nt)

Simon Wright <address@hidden> writes:

> Attached patch to org.emacs.ada-mode to locate the Emacs executable on Darwin.
>
> diff --git a/build/Makefile b/build/Makefile
> index 083ecea2..69364137 100644
> --- a/build/Makefile
> +++ b/build/Makefile
> @@ -33,6 +33,8 @@ TEST_DIR ?= source
>  # environment variable.
>  ifeq ($(shell uname),Linux)
>  EMACS_EXE ?= emacs
> +else ifeq ($(shell uname),Darwin)
> +EMACS_EXE ?= "/Applications/Emacs.app/Contents/MacOS/Emacs"
>  else
>  # windows
>  # specify uniscribe to workaround weird Windows harfbuzz bug

Thanks, this will be in the next release.

-- 
-- Stephe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]