summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Gheorghe <gheorghe@ca.ibm.com>2012-10-05 15:28:43 -0400
committerBogdan Gheorghe <gheorghe@ca.ibm.com>2012-10-05 15:28:43 -0400
commit0c405b8741b77b349cd240bb48ffef14dfd1c7c9 (patch)
tree1d36656db185938dadd811934c3597002b6c07f3
parent6d149702445564fc075e355a0e02ee9a50db7372 (diff)
downloadeclipse.platform.swt-0c405b8741b77b349cd240bb48ffef14dfd1c7c9.tar.gz
eclipse.platform.swt-0c405b8741b77b349cd240bb48ffef14dfd1c7c9.tar.xz
eclipse.platform.swt-0c405b8741b77b349cd240bb48ffef14dfd1c7c9.zip
Enable HPUX 64 build
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh
index 00cf5b87a2..58c9d52ecc 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh
@@ -400,8 +400,8 @@ case $SWT_OS.$SWT_ARCH in
if [ "${JAVA_HOME}" = "" ]; then
export JAVA_HOME="/opt/java1.5"
fi
- if [ "${AWT_HOME}" = "" ]; then
- export AWT_HOME="/opt/java1.5/jre/lib/IA64W/"
+ if [ "${AWT_LIB_PATH}" = "" ]; then
+ export AWT_LIB_PATH="/opt/java1.5/jre/lib/IA64W/"
fi
if [ "${PKG_CONFIG_PATH}" = "" ]; then
export PKG_CONFIG_PATH="/opt/gtk_64bit/lib/hpux64/pkgconfig"