diff options
-rw-r--r-- | desktop/scripts/unopkg.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/scripts/unopkg.sh b/desktop/scripts/unopkg.sh index 2ef5bc4bc5b3..dec1389c2948 100644 --- a/desktop/scripts/unopkg.sh +++ b/desktop/scripts/unopkg.sh @@ -55,6 +55,12 @@ NetBSD|OpenBSD|FreeBSD) export JAVA_HOME fi ;; +AIX) + sd_prog1="$sd_prog/../basis-link/program" + sd_prog2="$sd_prog/../basis-link/ure-link/lib" + LIBPATH=$sd_prog1:$sd_prog2${LIBPATH:+:${LIBPATH}} + export LIBPATH + ;; esac #collect all bootstrap variables specified on the command line |