fix typo
This commit is contained in:
2
test.sh
2
test.sh
@@ -15,7 +15,7 @@ else
|
|||||||
git clone https://github.com/kiss-lang/kiss
|
git clone https://github.com/kiss-lang/kiss
|
||||||
(cd kiss && lix download)
|
(cd kiss && lix download)
|
||||||
if [ "$KISS_TARGET" = cpp ]; then
|
if [ "$KISS_TARGET" = cpp ]; then
|
||||||
lib install haxelib:hxcpp
|
lix install haxelib:hxcpp
|
||||||
elif [ "$KISS_TARGET" = nodejs ]; then
|
elif [ "$KISS_TARGET" = nodejs ]; then
|
||||||
lix install haxelib:hxnodejs
|
lix install haxelib:hxnodejs
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user