haxe: fix hxcpp, introduce haxePackage with hxjava and hxcs

This commit is contained in:
Volth
2017-07-03 20:06:23 +00:00
parent dc7cc77111
commit 37ef9e3b60
6 changed files with 207 additions and 88 deletions
@@ -1,5 +1,7 @@
addHaxeLibPath() {
if [ ! -d "$1/lib/haxe/std" ]; then
addToSearchPath HAXELIB_PATH "$1/lib/haxe"
fi
}
envHooks+=(addHaxeLibPath)