Skip to content

Commit

Permalink
Fix hxlib
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed May 21, 2024
1 parent d44d8d9 commit 2231964
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion extra/hxlib
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
BUILD_OS="mac"
fi

VERSION="${BUILD_OS}_569e52e"
HAXE_VER=$(cat $ROOT/build/.current)
VERSION="${BUILD_OS}_${HAXE_VER}"

$ROOT/build/$VERSION/haxelib $@

0 comments on commit 2231964

Please sign in to comment.