branch: externals/gpr-query commit 5104f6f8368a8fbe6162d030c3218ea30b580f55 Author: Stephen Leake <stephen_le...@stephe-leake.org> Commit: Stephen Leake <stephen_le...@stephe-leake.org>
* prj.el ("gpr-query.prj"): Use elpa package dirs --- prj.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prj.el b/prj.el index bc6ad675f1..d16bcb9007 100644 --- a/prj.el +++ b/prj.el @@ -8,8 +8,8 @@ :name "gpr-query elpa" :compile-env (list - (concat "GNAT_COMPILER=" (expand-file-name "../org.emacs.gnat-compiler")) - (concat "WISI=" (expand-file-name "../org.emacs.wisi")) + (concat "GNAT_COMPILER=" (expand-file-name "../gnat-compiler")) + (concat "WISI=" (expand-file-name "../wisi")) )) "ELPA.make" )