2018-11-13 19:17:50 -08:00
|
|
|
addChickenRepositoryPath() {
|
2019-08-06 19:47:51 -07:00
|
|
|
addToSearchPathWithCustomDelimiter : CHICKEN_REPOSITORY_PATH "$1/lib/chicken/11/"
|
2018-11-13 19:17:50 -08:00
|
|
|
addToSearchPathWithCustomDelimiter : CHICKEN_INCLUDE_PATH "$1/share/"
|
|
|
|
}
|
|
|
|
|
|
|
|
addEnvHooks "$targetOffset" addChickenRepositoryPath
|