Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-12-04 09:48:51 +0000
committerSravan Kumar Lakkimsetti2017-12-04 09:51:02 +0000
commit19ccf266163b9f5ec3914eb316cea909e206c1fe (patch)
tree12336af8b638b656c7b0f98e1854b4af1b9849bb
parent6ad547a15a4cba04d74c42509e3fddb6a91d3224 (diff)
downloadeclipse.platform.swt-19ccf266163b9f5ec3914eb316cea909e206c1fe.tar.gz
eclipse.platform.swt-19ccf266163b9f5ec3914eb316cea909e206c1fe.tar.xz
eclipse.platform.swt-19ccf266163b9f5ec3914eb316cea909e206c1fe.zip
Bug 528065 - Mac OS slave is offline on releng hipp
Change-Id: I960c107fd5fe8faf87fd4086f189031133883d74 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh1
1 files changed, 1 insertions, 0 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 4ab977a25f..a59af9e1f8 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh
@@ -141,6 +141,7 @@ case $SWT_OS.$SWT_ARCH in
fi
if [ "${JAVA_HOME}" = "" ]; then
export JAVA_HOME="/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.151-1.b12.el7_4.i386"
+ export AWT_LIB_PATH=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.151-1.b12.el7_4.i386/jre/lib/i386
fi
if [ "${PKG_CONFIG_PATH}" = "" ]; then
export PKG_CONFIG_PATH="/usr/lib/pkgconfig:/bluebird/teamswt/swt-builddir/cairo_1.0.2/linux_x86/lib/pkgconfig"

Back to the top