diff options
-rw-r--r-- | bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh | 1 |
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 c467c601fd..606bb12be7 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 @@ -393,6 +393,7 @@ case $SWT_OS.$SWT_ARCH in fi ;; "hpux.ia64") + export PATH="/opt/hp-gcc/bin:/opt/gtk_64bit/bin:/opt/${PATH}" if [ "${CC}" = "" ]; then export CC=gcc fi |