[cig-commits] r19763 - cs/buildbot/pylith_deps

brad at geodynamics.org brad at geodynamics.org
Fri Mar 9 16:41:59 PST 2012


Author: brad
Date: 2012-03-09 16:41:58 -0800 (Fri, 09 Mar 2012)
New Revision: 19763

Modified:
   cs/buildbot/pylith_deps/bashrc
Log:
Added library stuff for cygwin binbot.

Modified: cs/buildbot/pylith_deps/bashrc
===================================================================
--- cs/buildbot/pylith_deps/bashrc	2012-03-09 21:44:28 UTC (rev 19762)
+++ cs/buildbot/pylith_deps/bashrc	2012-03-10 00:41:58 UTC (rev 19763)
@@ -16,3 +16,8 @@
 if [ "${BUILDBOT}" == "pylith_darwin_10.5_binbot" ] || [ ${BUILDBOT} == "pylith_darwin_10.6_binbot" ]; then
   unset LD_LIBRARY_PATH
 fi
+
+if [ "${BUILDBOT}" == "pylith_cygwin_i686_binbot" ]; then
+  export PATH=${PATH}:${HOME}/install/${BUILDBOT}/lib
+  unset LD_LIBRARY_PATH
+fi



More information about the CIG-COMMITS mailing list