Skip to content

Commit 83f2778

Browse files
committed
drop test exit in formula
1 parent ef73c87 commit 83f2778

File tree

1 file changed

+0
-1
lines changed
  • support/build

1 file changed

+0
-1
lines changed

support/build/php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ export PATH=${OUT_PREFIX}/bin:$PATH
163163
--with-sodium=shared \
164164
--with-xsl=shared \
165165
"${configureopts[@]}"
166-
exit 1
167166
make -s -j $(($(nproc)+1))
168167
make install -s
169168
find ${OUT_PREFIX} -type f \( -executable -o -name '*.a' \) -exec sh -c "file -i '{}' | grep -Eq 'application/x-(archive|(pie-)?executable|sharedlib); charset=binary'" \; -print | xargs strip --strip-unneeded

0 commit comments

Comments
 (0)