Skip to content

Commit a0c6eaf

Browse files
committed
boringssl.sh: decrepit is not a separate target
1 parent 6b211fd commit a0c6eaf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

boringssl.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,6 @@ _VER="$1"
109109

110110
# Patch out to avoid redefinition errors
111111
sed -i.bak 's/-D_WIN32_WINNT=_WIN32_WINNT_WIN7//g' ./CMakeLists.txt
112-
113-
# Skip building failing componnt
114-
echo 'set_target_properties(decrepit PROPERTIES EXCLUDE_FROM_ALL TRUE)' >> ./CMakeLists.txt
115112
else
116113
# Patch the build to omit debug info. This results in 50% smaller footprint
117114
# for each ${_BLDDIR}. As of llvm 14.0.6, llvm-strip does an imperfect job

0 commit comments

Comments
 (0)