at release-16.03-start 5 lines 96 B view raw
1addHaxeLibPath() { 2 addToSearchPath HAXELIB_PATH "$1/lib/haxe" 3} 4 5envHooks+=(addHaxeLibPath)