Fixed a lazySlot bug where lazy slots in different objects end up pointing to the...
[io/quag.git] / addons / PostgreSQL / build.io
blobc001e8a3de92c27405ec36837c2ec03e89f7e4e1
1 AddonBuilder clone do(
2 dependsOnLib("pq")
3 if(platform == "darwin", appendLibSearchPath("/opt/local/lib/postgresql81"))
4 // libSearchPaths foreach(libSearchPath, appendLibSearchPath(libSearchPath .. "/postgresql81"))
6 debs atPut("pq", "libpq-dev")
7 ebuilds atPut("pq", "libpq")
8 pkgs atPut("pq", "postgresql")
9 rpms atPut("pq", "postgresql-devel")