Skip to content

Commit 681da6b

Browse files
committed
fixed issues with Makefile
1 parent 1f70dc3 commit 681da6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ ifneq ($(pcre), not-set)
4747
CONFIG_FLAGS += -DPCRE=$(pcre)
4848
endif
4949
ifneq ($(gkregex), not-set)
50-
CONFIG_FLAGS += -DGKREGEX=$(pcre)
50+
CONFIG_FLAGS += -DGKREGEX=$(gkregex)
5151
endif
5252
ifneq ($(gkrand), not-set)
53-
CONFIG_FLAGS += -DGKRAND=$(pcre)
53+
CONFIG_FLAGS += -DGKRAND=$(gkrand)
5454
endif
5555
ifneq ($(prefix), not-set)
5656
CONFIG_FLAGS += -DCMAKE_INSTALL_PREFIX=$(prefix)

0 commit comments

Comments
 (0)