diff options
author | Rene Engelhard <rene@debian.org> | 2016-04-04 22:51:19 +0200 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2016-04-04 22:51:19 +0200 |
commit | 2aca3194e92f6001251526a0e72031c12bb37e20 (patch) | |
tree | 52e92264be5174c304c093860f715c051731eb35 /odk | |
parent | c1e4d402c61cc33a67d32b037bda027dadb0964a (diff) |
fix setsdkenv_unix.sh to work with *-linux-gnu* (as on e.g. armhf)
Change-Id: I74edcd7e54f8edd05a4518d08b1af1e21f3add93
Diffstat (limited to 'odk')
-rw-r--r-- | odk/config/setsdkenv_unix.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/config/setsdkenv_unix.sh.in b/odk/config/setsdkenv_unix.sh.in index 4f9b8798d5cb..1ca7249cbea4 100644 --- a/odk/config/setsdkenv_unix.sh.in +++ b/odk/config/setsdkenv_unix.sh.in @@ -154,7 +154,7 @@ case ${sdk_platform} in export DYLD_LIBRARY_PATH ;; - linux-gnu) + linux-gnu*) directoryname=linux comid=gcc3 soext=so |