[glib/wip/pwithnall/962-drop-embedded-pcre] fixup! build: Drop the internal_pcre option in favour of the subproject



commit 7ac7c0cf710dd53494223e367878b1f7a6fbd4d0
Author: Philip Withnall <pwithnall endlessos org>
Date:   Tue Jun 15 13:36:02 2021 +0100

    fixup! build: Drop the internal_pcre option in favour of the subproject

 meson.build | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/meson.build b/meson.build
index 3a12d9e72..52791b3e6 100644
--- a/meson.build
+++ b/meson.build
@@ -2007,9 +2007,7 @@ elif host_system == 'windows'
                             }''',
                          dependencies: pcre,
                          name : 'Windows system PCRE is a static build')
-  if pcre_static
-    use_pcre_static_flag = true
-  endif
+  use_pcre_static_flag = pcre_static
 endif
 
 libm = cc.find_library('m', required : false)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]