about summary refs log tree commit diff stats
path: root/install-all.sh
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-09-08 18:35:34 +0100
committerJames Booth <boothj5@gmail.com>2012-09-08 18:35:34 +0100
commit5c97dcd78af89b7878f57342e44bd7fe87b5bb70 (patch)
tree1a1988c4a392164ab9978b5a48ea1ebabae00b33 /install-all.sh
parent8f0bc28bd4df075cba8a190c67846e90799af8cf (diff)
downloadprofani-tty-5c97dcd78af89b7878f57342e44bd7fe87b5bb70.tar.gz
Fixed library path on cygwin
Diffstat (limited to 'install-all.sh')
-rwxr-xr-xinstall-all.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/install-all.sh b/install-all.sh
index 5b7f3666..5bc8fbab 100755
--- a/install-all.sh
+++ b/install-all.sh
@@ -38,6 +38,8 @@ cygwin_prepare()
     apt-cyg install make gcc automake autoconf pkg-config openssl-devel expat zlib-devel libncurses-devel libncurses-devel libxml2-devel libglib2.0-devel libcurl-devel libidn-devel libssh2-devel libkrb5-devel openldap-devel
     ln -s /usr/bin/gcc-3.exe /usr/bin/gcc.exe
     ln -s /usr/bin/g++-3.exe /usr/bin/g++.exe
+
+    export LIBRARY_PATH=/usr/local/lib/
 }
 
 install_head_unit()