chore: fix typos in target-convert.sh (#1608)

This commit is contained in:
Andrew Scheller 2017-07-19 14:04:15 +01:00 committed by Juan Cruz Viotti
parent 227533a7f9
commit fa60a746a2

View File

@ -49,9 +49,9 @@ RESULT=""
if [ "$ARGV_TYPE" == "pkg" ]; then
if [ "$ARGV_TARGET" == "linux" ]; then
RESULT=linux
elif [ "$ARGV_ARCHITECTURE" == "win32" ]; then
elif [ "$ARGV_TARGET" == "win32" ]; then
RESULT=win
elif [ "$ARGV_ARCHITECTURE" == "darwin" ]; then
elif [ "$ARGV_TARGET" == "darwin" ]; then
RESULT=macos
fi
else