We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f70dc3 commit 681da6bCopy full SHA for 681da6b
Makefile
@@ -47,10 +47,10 @@ ifneq ($(pcre), not-set)
47
CONFIG_FLAGS += -DPCRE=$(pcre)
48
endif
49
ifneq ($(gkregex), not-set)
50
- CONFIG_FLAGS += -DGKREGEX=$(pcre)
+ CONFIG_FLAGS += -DGKREGEX=$(gkregex)
51
52
ifneq ($(gkrand), not-set)
53
- CONFIG_FLAGS += -DGKRAND=$(pcre)
+ CONFIG_FLAGS += -DGKRAND=$(gkrand)
54
55
ifneq ($(prefix), not-set)
56
CONFIG_FLAGS += -DCMAKE_INSTALL_PREFIX=$(prefix)
0 commit comments