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.
1 parent f9aee4a commit 10cd6feCopy full SHA for 10cd6fe
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