Skip to content

Commit af8c15d

Browse files
committed
disable breakpad
1 parent 55f08f0 commit af8c15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/package/macosx/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ export XCODE_FLAGS="MACOSX_DEPLOYMENT_TARGET=$MINIMAL_OSX_VERSION -sdk macosx WA
250250
info "Building contribs"
251251
spushd "${vlcroot}/contrib"
252252
mkdir -p contrib-$HOST_TRIPLET && cd contrib-$HOST_TRIPLET
253-
../bootstrap --build=$BUILD_TRIPLET --host=$HOST_TRIPLET > $out
253+
../bootstrap --build=$BUILD_TRIPLET --host=$HOST_TRIPLET --disable-breakpad > $out
254254
if [ "$REBUILD" = "yes" ]; then
255255
make clean
256256
fi

0 commit comments

Comments
 (0)