fix setsdkenv_unix.sh to work with *-linux-gnu* (as on e.g. armhf)

Change-Id: I74edcd7e54f8edd05a4518d08b1af1e21f3add93
This commit is contained in:
Rene Engelhard 2016-04-04 22:51:19 +02:00
parent c1e4d402c6
commit 2aca3194e9

View file

@ -154,7 +154,7 @@ case ${sdk_platform} in
export DYLD_LIBRARY_PATH
;;
linux-gnu)
linux-gnu*)
directoryname=linux
comid=gcc3
soext=so