Skip to content

Commit 2231964

Browse files
committed
Fix hxlib
1 parent d44d8d9 commit 2231964

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

extra/hxlib

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
77
BUILD_OS="mac"
88
fi
99

10-
VERSION="${BUILD_OS}_569e52e"
10+
HAXE_VER=$(cat $ROOT/build/.current)
11+
VERSION="${BUILD_OS}_${HAXE_VER}"
12+
1113
$ROOT/build/$VERSION/haxelib $@

0 commit comments

Comments
 (0)