diff options
-rw-r--r-- | ccache.spec | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ccache.spec b/ccache.spec index 79d7820..779179c 100644 --- a/ccache.spec +++ b/ccache.spec @@ -39,8 +39,6 @@ being done again. The main focus is to handle the GNU C/C++ compiler %prep %autosetup -p1 %{name}-%{version} -# win32-compat gets imported, but not used -rm -r src/third_party/{[ad-lo-tvy-z]*,cpp-httplib} sed -e 's|@LIBDIR@|%{_libdir}|g' -e 's|@CACHEDIR@|%{_var}/cache/ccache|g' \ %{S:1} > %{name}.sh sed -e 's|@LIBDIR@|%{_libdir}|g' -e 's|@CACHEDIR@|%{_var}/cache/ccache|g' \ |