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

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

[nongnu] elpa/emacsql b6a0336d62 405/427: make: Compile SQLite binary be


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql b6a0336d62 405/427: make: Compile SQLite binary before Elisp
Date: Tue, 13 Dec 2022 03:00:17 -0500 (EST)

branch: elpa/emacsql
commit b6a0336d62b8972e09137bfc963b40b9bc44ad57
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    make: Compile SQLite binary before Elisp
    
    Previously we ended up compiling it when running the tests.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index dd4e900980..cb6fc407f7 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ binary: sqlite/emacsql-sqlite
 sqlite/emacsql-sqlite:
        $(MAKE) -C sqlite
 
-compile: $(ELC)
+compile: binary $(ELC)
 
 check: test
 test: compile $(TEST_ELC)



reply via email to

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