branch: externals/gpr-query
commit 6356b186399180bb67319247cad07965bb6ad6ff
Author: Stephen Leake <stephen_le...@stephe-leake.org>
Commit: Stephen Leake <stephen_le...@stephe-leake.org>

    * build.sh: Show compiler
---
 build.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index 2c70e6607a..4f6d3f1ad0 100644
--- a/build.sh
+++ b/build.sh
@@ -9,7 +9,8 @@
 
 if type alr; then
     # alr can be installed from https://alire.ada.dev/
-    echo "building gpr_query via Alire"
+    echo "building gpr_query via Alire; compiler:"
+    alr toolchain
     alr get emacs_gpr_query~1.0.1
     cd emacs_gpr_query_*; alr build --release
 

Reply via email to