Skip to content

Commit

Permalink
package/apple: build.sh: don't force build gas-preprocessor.pl anymore
Browse files Browse the repository at this point in the history
Fixes #24678
  • Loading branch information
robUx4 authored and jbkempf committed Nov 29, 2022
1 parent e10d936 commit e66e2c2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions extras/package/apple/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -582,10 +582,6 @@ echo "Building needed tools (if missing)"
cd "$VLC_SRC_DIR/extras/tools" || abort_err "Failed cd to tools dir"
./bootstrap || abort_err "Bootstrapping tools failed"
$MAKE || abort_err "Building tools failed"
if [ $VLC_HOST_ARCH = "armv7" ]; then
$MAKE .buildgas \
|| abort_err "Building gas-preprocessor tool failed"
fi
echo ""

##########################################################
Expand Down

0 comments on commit e66e2c2

Please sign in to comment.