mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-05 13:23:17 +00:00
9 lines
181 B
Bash
9 lines
181 B
Bash
addAdaObjectsPath() {
|
|
local role_post
|
|
getHostRoleEnvHook
|
|
|
|
addToSearchPath "GPR_PROJECT_PATH${role_post}" "$1/share/gpr"
|
|
}
|
|
|
|
addEnvHooks "$targetOffset" addAdaObjectsPath
|