chicken: fixes for chicken 5.1.0

- fix incorrect binaryVersion
- upgrade chicken-5 eggs
- fix repository path
This commit is contained in:
David McFarland
2019-08-06 23:48:57 -03:00
parent 79c9533e39
commit f59f9f3b46
3 changed files with 14 additions and 18 deletions
@@ -1,5 +1,5 @@
addChickenRepositoryPath() {
addToSearchPathWithCustomDelimiter : CHICKEN_REPOSITORY_PATH "$1/lib/chicken/9/"
addToSearchPathWithCustomDelimiter : CHICKEN_REPOSITORY_PATH "$1/lib/chicken/11/"
addToSearchPathWithCustomDelimiter : CHICKEN_INCLUDE_PATH "$1/share/"
}