This commit is contained in:
2023-04-29 18:55:07 -06:00
parent 5bb27ac7fd
commit b5231f4068

View File

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