We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f08f0 commit af8c15dCopy full SHA for af8c15d
extras/package/macosx/build.sh
@@ -250,7 +250,7 @@ export XCODE_FLAGS="MACOSX_DEPLOYMENT_TARGET=$MINIMAL_OSX_VERSION -sdk macosx WA
250
info "Building contribs"
251
spushd "${vlcroot}/contrib"
252
mkdir -p contrib-$HOST_TRIPLET && cd contrib-$HOST_TRIPLET
253
-../bootstrap --build=$BUILD_TRIPLET --host=$HOST_TRIPLET > $out
+../bootstrap --build=$BUILD_TRIPLET --host=$HOST_TRIPLET --disable-breakpad > $out
254
if [ "$REBUILD" = "yes" ]; then
255
make clean
256
fi
0 commit comments