install hxcpp/hxnodejs

This commit is contained in:
2023-04-29 18:53:49 -06:00
parent bc4789a9da
commit 5bb27ac7fd

View File

@@ -14,6 +14,11 @@ else
then
git clone https://github.com/kiss-lang/kiss
(cd kiss && lix download)
if [ "$KISS_TARGET" = cpp ]; then
lib install haxelib:hxcpp
elif [ "$KISS_TARGET" = nodejs ]; then
lix install haxelib:hxnodejs
fi
fi
if [ ! -z "$2" ]; then