We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9aee4a + 10cd6fe commit 0528a03Copy full SHA for 0528a03
subprojects/libadalang.toml
@@ -16,7 +16,7 @@ GPR_PROJECT_PATH.prepend = "${CRATE_ROOT}/build"
16
type = "pre-build"
17
# It is necessary to load the env here because macOS protection prevents
18
# 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"]
+command = ["bash", "-c", "-x", "source setenv.sh; pip install -rrequirements-{github,pypi}.txt && python -m langkit.scripts.lkm generate"]
20
21
[[depends-on]]
22
gnatcoll = "^24"
0 commit comments