Skip to content

Commit 16f9d48

Browse files
committed
Fix GitHub CI after changes in VSS project files.
(no-issue-check)
1 parent 9eade32 commit 16f9d48

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)