brainix/sources/nixpkgs/pkgs/development/compilers/haxe/setup-hook.sh
2026-02-13 17:06:24 +09:00

7 lines
155 B
Bash

addHaxeLibPath() {
if [ ! -d "$1/lib/haxe/std" ]; then
addToSearchPath HAXELIB_PATH "$1/lib/haxe"
fi
}
addEnvHooks "$targetOffset" addHaxeLibPath