Skip to content

Commit a290917

Browse files
authored
Merge pull request #14 from jimklimov/prce-dir
Problem: some systems can't find pcre.h
2 parents 0497119 + cd5bb70 commit a290917

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ DBG =
5353
CC = ./c -q
5454
export CCLIBS = -lpcre
5555

56+
CPPFLAGS ?= -I/usr/include/pcre
57+
5658
# Reset the suffixes that will be considered to just our own list.
5759
#
5860
# Make programs use the .SUFFIXES psuedo rule for this

0 commit comments

Comments
 (0)