Skip to content

Commit

Permalink
Merge 74d82b0 into 20bfa30
Browse files Browse the repository at this point in the history
  • Loading branch information
mtuncer committed Dec 14, 2018
2 parents 20bfa30 + 74d82b0 commit 45bac76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Expand Up @@ -28,6 +28,11 @@ ifeq ($(enable_coverage),yes)
EXTRA_CLEAN += *.gcno
endif

UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Darwin)
PG_CPPFLAGS += -I/usr/local/include
endif

#
# Users need to specify their Postgres installation path through pg_config. For
# example: /usr/local/pgsql/bin/pg_config or /usr/lib/postgresql/9.3/bin/pg_config
Expand Down

0 comments on commit 45bac76

Please sign in to comment.