2018-11-14 03:17:50 +00:00
|
|
|
addChickenRepositoryPath() {
|
2020-02-29 22:02:11 +00:00
|
|
|
addToSearchPathWithCustomDelimiter : CHICKEN_REPOSITORY_PATH "$1/lib/chicken/11"
|
|
|
|
addToSearchPathWithCustomDelimiter : CHICKEN_INCLUDE_PATH "$1/share"
|
2018-11-14 03:17:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
addEnvHooks "$targetOffset" addChickenRepositoryPath
|