Commit 1919113f authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

specify the location of zlib and openssl libraries so that '-lssl' etc. works.

parent afa6ba7e
......@@ -16,6 +16,9 @@ egg = MySQL-python
depends =
${mariadb:version}
environment = mysql-python-env
library-dirs =
${zlib:location}/lib/
${openssl:location}/lib/
rpath =
${mariadb:location}/lib/
${zlib:location}/lib/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment