summary refs log tree commit diff
path: root/pkgs/development/compilers/chicken/5/setup-hook.sh
blob: 55324c05508ebc6c326378cecdd266e55649537c (plain) (blame)
1
2
3
4
5
6
addChickenRepositoryPath() {
    addToSearchPathWithCustomDelimiter : CHICKEN_REPOSITORY_PATH "$1/lib/chicken/11"
    addToSearchPathWithCustomDelimiter : CHICKEN_INCLUDE_PATH "$1/share"
}

addEnvHooks "$targetOffset" addChickenRepositoryPath