emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/dape eab0858b16 8/8: Install jsonrpc as part of make co


From: ELPA Syncer
Subject: [elpa] externals/dape eab0858b16 8/8: Install jsonrpc as part of make compilation
Date: Thu, 1 Feb 2024 18:57:41 -0500 (EST)

branch: externals/dape
commit eab0858b161c0dcc9c5d4fb65c356b6127a72616
Author: Daniel Pettersson <daniel@dpettersson.net>
Commit: Daniel Pettersson <daniel@dpettersson.net>

    Install jsonrpc as part of make compilation
---
 Makefile | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 0044afd446..901b55df45 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,12 @@ $(DEPS):
 
 %.elc: %.el
        @echo Compiling $<
-       @${EMACS} -Q -batch -no-site-file -L . -f batch-byte-compile $<
+       @${EMACS} -Q \
+                 -batch \
+                  -no-site-file \
+                  -L . \
+                  --eval="(package-install-file \"$(JSONRPC)\")" \
+                  -f batch-byte-compile $<
 
 check: $(DEPS) $(ELCFILES)
        @${EMACS} -Q                              \



reply via email to

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