Skip to content

Commit

Permalink
complete neko
Browse files Browse the repository at this point in the history
  • Loading branch information
0b1kn00b committed Apr 19, 2024
1 parent 3f0e002 commit 902372d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ local o="${PRJ_DIR}/.local/share/bertha/o/"
local obin="${o}/bin"
mkdir -p "$obin";
mkdir -p "$o/opt";
export PATH="${obin}":"${o}/var/clyde/inst/bin":"${o}/opt/haxe/":${PATH}
export PATH="${obin}":"${o}/var/clyde/inst/bin":"${o}/opt/haxe/":"${o}/opt/neko/":${PATH}
export BERTHA_PATH="${PRJ_DIR}"

layout python3
Expand Down Expand Up @@ -44,8 +44,8 @@ if (! test -f "$obin/bb"); then
eget https://github.com/babashka/babashka/ --asset="static.tar.gz" --to ${obin}
fi

if (! test -f "$obin/neko"); then
eget https://github.com/haxeFoundation/neko --to ${obin}
if (! test -b "$o/opt/neko"); then
eget https://github.com/haxeFoundation/neko -f="*/*" --all --to "${o}/opt/neko"
fi

if (! test -d "${o}/opt/haxe"); then
Expand Down

0 comments on commit 902372d

Please sign in to comment.