c7cb07f092
GitOrigin-RevId: 1536926ef5621b09bba54035ae2bb6d806d72ac8
8 lines
181 B
Bash
8 lines
181 B
Bash
addAdaObjectsPath() {
|
|
local role_post
|
|
getHostRoleEnvHook
|
|
|
|
addToSearchPath "GPR_PROJECT_PATH${role_post}" "$1/share/gpr"
|
|
}
|
|
|
|
addEnvHooks "$targetOffset" addAdaObjectsPath
|