diff options
author | James Booth <boothj5@gmail.com> | 2012-09-08 18:35:34 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2012-09-08 18:35:34 +0100 |
commit | 5c97dcd78af89b7878f57342e44bd7fe87b5bb70 (patch) | |
tree | 1a1988c4a392164ab9978b5a48ea1ebabae00b33 | |
parent | 8f0bc28bd4df075cba8a190c67846e90799af8cf (diff) | |
download | profani-tty-5c97dcd78af89b7878f57342e44bd7fe87b5bb70.tar.gz |
Fixed library path on cygwin
-rwxr-xr-x | install-all.sh | 2 |
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() |