Skip to content

Commit bc5f86e

Browse files
committed
Merge branch 'topic/set_dll_path' into 'main'
In alire.toml export environment variables See merge request eng/shared/vss-text!10
2 parents 01c9adf + 947d209 commit bc5f86e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

alire.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,13 @@ Max_Supported_Integer_Size = {type = "Enum", values = ["128", "64"], default = "
4747

4848
[build-switches]
4949
"*".ada_version = "Ada2022"
50+
51+
[environment.'case(os)'.linux.LD_LIBRARY_PATH]
52+
append = "${CRATE_ROOT}/.libs/release/relocatable"
53+
54+
[environment.'case(os)'.macos.DYLD_LIBRARY_PATH]
55+
append = "${CRATE_ROOT}/.libs/release/relocatable"
56+
57+
[environment.'case(os)'.windows.PATH]
58+
append = "${CRATE_ROOT}/.libs/release/relocatable"
59+

0 commit comments

Comments
 (0)