]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/regex/performance/Jamfile.v2
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / regex / performance / Jamfile.v2
index 48154c91d1cda17147e4c020caf40ae63734c451..63dfee348ee0f346f09b991cf40f24bffd140f93 100644 (file)
@@ -18,10 +18,10 @@ using auto-index ;
 path-constant images_location : html ;
 path-constant here : . ;
 
-lib pcre2 ;
+lib pcre2-8 ;
 lib re2 ;
 
-exe has_pcre2 : config/pcre.cpp pcre2 : <include>third_party <dll-path>third_party <library-path>third_party release ;
+exe has_pcre2 : config/pcre.cpp pcre2-8 : <include>third_party <dll-path>third_party <library-path>third_party release ;
 explicit has_pcre2 ;
 exe has_posix : config/posix.cpp : release ;
 explicit has_posix ;
@@ -31,7 +31,7 @@ explicit has_re2 ;
 run [ glob *.cpp ] /boost/regex//boost_regex /boost/system /boost/chrono /boost/filesystem
      : : : 
      release 
-     [ check-target-builds has_pcre2 : <define>TEST_PCRE2 <source>pcre2  ] 
+     [ check-target-builds has_pcre2 : <define>TEST_PCRE2 <source>pcre2-8  ] 
      [ check-target-builds has_posix : <define>TEST_POSIX ]
      [ check-target-builds has_re2 : <define>TEST_RE2 <source>re2 <include>third_party <dll-path>third_party <library-path>third_party  ]
      <include>third_party