From 8fe6e008baecda66a89ebaec1bed8da5b4a9bd07 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 1 Aug 2024 06:55:16 +0000 Subject: [PATCH] Fix prep --- prep.spec.inc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/prep.spec.inc b/prep.spec.inc index 9fbbc4d..14bfe33 100644 --- a/prep.spec.inc +++ b/prep.spec.inc @@ -32,8 +32,6 @@ #region CLANG preparation -%if %{without compat_build} - %py3_shebang_fix \ clang-tools-extra/clang-tidy/tool/ \ clang-tools-extra/clang-include-fixer/find-all-symbols/tool/run-find-all-symbols.py @@ -48,15 +46,11 @@ clang/tools/scan-build-py/bin/* \ clang/tools/scan-build-py/libexec/* -%endif - #endregion #region COMPILER-RT preparation -%if %{without compat_build} %py3_shebang_fix compiler-rt/lib/hwasan/scripts/hwasan_symbolize -%endif #endregion