FFmpeg build scripts: clean up build products when each stage finishes, so nothing gets mixed from arm64 into x86_64

CQTexperiment
Christopher Snowhill 2021-08-25 01:26:14 -07:00
parent 49b0bc52b7
commit bc5302ed48
2 changed files with 4 additions and 0 deletions

View File

@ -28,3 +28,5 @@ set -e
--disable-version3
make -j$(sysctl -n hw.logicalcpu) install
make clean

View File

@ -26,3 +26,5 @@ set -e
--disable-version3
make -j$(sysctl -n hw.logicalcpu) install
make clean