Skip to content

Commit

Permalink
Update gnat_native-14.1.3.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-Chouteau authored Jun 7, 2024
1 parent cffbd2a commit 368239d
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion index/gn/gnat_native/gnat_native-14.1.3.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,23 @@ auto-gpr-with = false
[configuration]
disabled = true

[environment]
[environment."case(os)".linux."case(host-arch)".x86-64]
PATH.prepend = "${CRATE_ROOT}/bin"
LIBRARY_PATH.prepend = "${CRATE_ROOT}/lib64"
LD_LIBRARY_PATH.prepend = "${CRATE_ROOT}/lib64"
LD_RUN_PATH.prepend = "${CRATE_ROOT}/lib64"

[environment."case(os)".windows."case(host-arch)".x86-64]
PATH.prepend = "${CRATE_ROOT}/bin"
LIBRARY_PATH.prepend = "${CRATE_ROOT}/lib"
LD_LIBRARY_PATH.prepend = "${CRATE_ROOT}/lib"
LD_RUN_PATH.prepend = "${CRATE_ROOT}/lib"

[environment."case(os)".macos."case(host-arch)".x86-64]
PATH.prepend = "${CRATE_ROOT}/bin"
LIBRARY_PATH.prepend = "${CRATE_ROOT}/lib"
LD_LIBRARY_PATH.prepend = "${CRATE_ROOT}/lib"
LD_RUN_PATH.prepend = "${CRATE_ROOT}/lib"

[origin."case(os)".linux."case(host-arch)".x86-64]
binary = true
Expand Down

0 comments on commit 368239d

Please sign in to comment.