Skip to content

Commit 10cd6fe

Browse files
committed
Transition to new build command for libadalang and langkit
Closes eng/ide/ada_language_server#1591
1 parent f9aee4a commit 10cd6fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subprojects/libadalang.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ GPR_PROJECT_PATH.prepend = "${CRATE_ROOT}/build"
1616
type = "pre-build"
1717
# It is necessary to load the env here because macOS protection prevents
1818
# inheriting DYLD_LIBRARY_PATH from the parent environment
19-
command = ["bash", "-c", "-x", "source setenv.sh; pip install -rrequirements-{github,pypi}.txt && python manage.py generate"]
19+
command = ["bash", "-c", "-x", "source setenv.sh; pip install -rrequirements-{github,pypi}.txt && python -m langkit.scripts.lkm generate"]
2020

2121
[[depends-on]]
2222
gnatcoll = "^24"

0 commit comments

Comments
 (0)