From 0fd3f5c0ddf830162b66067e536bdbf0975523e5 Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Thu, 14 Apr 2016 22:21:36 -0700 Subject: Update to pcre2 10.21 Point build tools at 10.21 --- build_tools/lint.fish | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build_tools') diff --git a/build_tools/lint.fish b/build_tools/lint.fish index 7182322f..96efc71b 100755 --- a/build_tools/lint.fish +++ b/build_tools/lint.fish @@ -78,14 +78,14 @@ if set -q c_files[1] oclint-xcodebuild xcodebuild.log > /dev/null end if test $all = yes - oclint-json-compilation-database -e '/pcre2-10.20/' -- -enable-global-analysis 2>& 1 + oclint-json-compilation-database -e '/pcre2-10.21/' -- -enable-global-analysis 2>& 1 else set i_files for f in $c_files set i_files $i_files -i $f end - echo oclint-json-compilation-database -e '/pcre2-10.20/' $i_files - oclint-json-compilation-database -e '/pcre2-10.20/' $i_files 2>& 1 + echo oclint-json-compilation-database -e '/pcre2-10.21/' $i_files + oclint-json-compilation-database -e '/pcre2-10.21/' $i_files 2>& 1 end else # Presumably we're on Linux or other platform not requiring special -- cgit v1.2.3