diff options
author | ilyaonoff <[email protected]> | 2023-11-23 11:27:10 +0300 |
---|---|---|
committer | ilyaonoff <[email protected]> | 2023-11-23 12:18:48 +0300 |
commit | ccffd11087d1a5902a4665b97ff6a3dc645d3649 (patch) | |
tree | 0c07543b5759dddcaa345855def035966faf285f /contrib/libs/pcre/pcrecpp | |
parent | 44354d0fc55926c1d4510d1d2c9c9f6a1a5e9300 (diff) |
Add the ability to change LINK_SIZE when building
Diffstat (limited to 'contrib/libs/pcre/pcrecpp')
-rw-r--r-- | contrib/libs/pcre/pcrecpp/ya.make | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/libs/pcre/pcrecpp/ya.make b/contrib/libs/pcre/pcrecpp/ya.make index 6bc75935f35..392a20c3ba1 100644 --- a/contrib/libs/pcre/pcrecpp/ya.make +++ b/contrib/libs/pcre/pcrecpp/ya.make @@ -22,6 +22,12 @@ CFLAGS( -DHAVE_CONFIG_H ) +IF(PCRE_LINK_SIZE) + CFLAGS( + -DPCRE_LINK_SIZE=$PCRE_LINK_SIZE + ) +ENDIF() + SRCDIR(contrib/libs/pcre) SRCS( |