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

addEnvHooks "$targetOffset" addChickenRepositoryPath