1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Fixed library path on cygwin

This commit is contained in:
James Booth 2012-09-08 18:35:34 +01:00
parent 8f0bc28bd4
commit 5c97dcd78a

View File

@ -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()