File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ grep -E "glog prepend to CMAKE_PREFIX_PATH" $output
1818grep -E " zlib_INCLUDE_DIRS" $output
1919grep -E " zlib prepend to CMAKE_PREFIX_PATH" $output
2020grep -E " pkg_check_modules pcre2_CFLAGS.*packages/p/pcre2" $output
21- grep -E " target_link_libraries\(example-bin PRIVATE pcre2-posix; pcre2-8\)" $output
21+ grep -E " target_link_libraries\(example-bin PRIVATE .* pcre2-posix.a;.* pcre2-8.a \)" $output
2222grep -v -E " xrepo: target_link_libraries\(example-bin PRIVATE z\)" $output
2323make
2424
@@ -42,4 +42,3 @@ grep -E "pcre2 $match_cached_output" $output
4242grep -E " gflags 2.2.2 $match_cached_output " $output
4343grep -E " example/packages/glog.lua" $output
4444grep -E " myzlib $match_cached_output " $output
45-
You can’t perform that action at this time.
0 commit comments