Skip to content

Commit

Permalink
Merge pull request #14 from jimklimov/prce-dir
Browse files Browse the repository at this point in the history
Problem: some systems can't find pcre.h
  • Loading branch information
bluca authored Sep 13, 2017
2 parents 0497119 + cd5bb70 commit a290917
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ DBG =
CC = ./c -q
export CCLIBS = -lpcre

CPPFLAGS ?= -I/usr/include/pcre

# Reset the suffixes that will be considered to just our own list.
#
# Make programs use the .SUFFIXES psuedo rule for this
Expand Down

0 comments on commit a290917

Please sign in to comment.