From baf0b58b63d665d69c4e0b2d3720e2c19d23ef01 Mon Sep 17 00:00:00 2001 From: Elie Richa Date: Thu, 13 Mar 2025 10:52:15 +0100 Subject: [PATCH] Adapt to langkit build CLI change Closes eng/ide/ada_language_server#1624 --- scripts/build_als.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_als.sh b/scripts/build_als.sh index 745876e6..271ba46c 100755 --- a/scripts/build_als.sh +++ b/scripts/build_als.sh @@ -172,7 +172,7 @@ function build_langkit_raw() { # Export the environment needed to use langkit into a file for later # usage - python manage.py setenv >"$LANGKIT_SETENV" + python manage.py printenv >"$LANGKIT_SETENV" if [[ $NODE_ARCH_PLATFORM == "x64/win32" ]]; then # Fix setenv.sh to be bash script for MSYS2 by replacing