Skip to content

Commit f4964bc

Browse files
committed
Merge branch 'topic/fix_gha' into 'master'
Fix GitHub CI after changes in VSS project files. See merge request eng/ide/ada_language_server!2062
2 parents 9eade32 + 16f9d48 commit f4964bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

subprojects/vss.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ website = "https://github.com/AdaCore/VSS"
1212
project-files = ["gnat/vss_text.gpr", "gnat/vss_json.gpr", "gnat/vss_regexp.gpr", "gnat/vss_xml.gpr", "gnat/vss_xml_templates.gpr"]
1313

1414
[environment.'case(os)'.macos.DYLD_LIBRARY_PATH]
15-
append = "${CRATE_ROOT}/.libs/relocatable"
15+
append = "${CRATE_ROOT}/.libs/release/relocatable"
1616

1717
[environment.'case(os)'.windows.PATH]
18-
append = "${CRATE_ROOT}/.libs/relocatable"
18+
append = "${CRATE_ROOT}/.libs/release/relocatable"
1919

2020
[[depends-on]]
2121
gnat = ">=11 & <2000" # Uses Ada 2022 syntax

0 commit comments

Comments
 (0)