Skip to content

Commit cf0b153

Browse files
elierichaAnthonyLeonardoGracio
authored andcommitted
Adapt to langkit build CLI change
Closes eng/ide/ada_language_server#1624 (cherry picked from commit baf0b58)
1 parent 32ac538 commit cf0b153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/build_als.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ function build_langkit_raw() {
172172

173173
# Export the environment needed to use langkit into a file for later
174174
# usage
175-
python manage.py setenv >"$LANGKIT_SETENV"
175+
python manage.py printenv >"$LANGKIT_SETENV"
176176

177177
if [[ $NODE_ARCH_PLATFORM == "x64/win32" ]]; then
178178
# Fix setenv.sh to be bash script for MSYS2 by replacing

0 commit comments

Comments
 (0)