From 14435d32c87973a37dba9506d0415459e66e96d7 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 13 Mar 2023 21:45:27 +0300 Subject: Check if workaround for older Clangs still required --- libcurl/libcurl/buildfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcurl/libcurl/buildfile b/libcurl/libcurl/buildfile index cdae37c..5f783c1 100644 --- a/libcurl/libcurl/buildfile +++ b/libcurl/libcurl/buildfile @@ -60,8 +60,8 @@ vsc{libcurl}: lib/in{libcurl} # Thus, we enable reprocessing for the source files which (indirectly) include # for Clang versions prior to 7.0. # -if ($c.id == 'clang' && $c.version.major < 7) - lib/obj{easy version}: cc.reprocess = true +#if ($c.id == 'clang' && $c.version.major < 7) +# lib/obj{easy version}: cc.reprocess = true # Build options. # -- cgit v1.1