Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 3c25cba

Browse files
authored
Merge pull request #77 from peter-b/libpcre-static
libpcre: Ensure that PCRE_STATIC is defined everywhere it's needed
2 parents aa7e9e2 + f0d542a commit 3c25cba

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

libpcre/libpcre.gyp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@
6767

6868
'direct_dependent_settings':
6969
{
70+
'defines':
71+
[
72+
'PCRE_STATIC=1',
73+
],
7074
'include_dirs':
7175
[
7276
'include',

0 commit comments

Comments
 (0)