fix setsdkenv_unix.sh to work with *-linux-gnu* (as on e.g. armhf)
Change-Id: I74edcd7e54f8edd05a4518d08b1af1e21f3add93
This commit is contained in:
parent
c1e4d402c6
commit
2aca3194e9
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ case ${sdk_platform} in
|
|||
export DYLD_LIBRARY_PATH
|
||||
;;
|
||||
|
||||
linux-gnu)
|
||||
linux-gnu*)
|
||||
directoryname=linux
|
||||
comid=gcc3
|
||||
soext=so
|
||||
|
|
Loading…
Reference in a new issue