Skip to content

altered makefile to build on mac os

The documentation states to use installation from source for building on Mac OS. But this does not work as is and needs some changes to the Makefile, while using postgres installed from brew.

Specifically, make install seems to create a .dylib on Mac OS instead of a .so file. Additionally, it seems like pgrx on Mac OS creates the /lib folder in anon-pg1x but TARGET_DIR was set up to use anon-1x instead.

Merge request reports

Loading