FFmpeg build scripts: clean up build products when each stage finishes, so nothing gets mixed from arm64 into x86_64
parent
49b0bc52b7
commit
bc5302ed48
|
@ -28,3 +28,5 @@ set -e
|
|||
--disable-version3
|
||||
|
||||
make -j$(sysctl -n hw.logicalcpu) install
|
||||
|
||||
make clean
|
||||
|
|
|
@ -26,3 +26,5 @@ set -e
|
|||
--disable-version3
|
||||
|
||||
make -j$(sysctl -n hw.logicalcpu) install
|
||||
|
||||
make clean
|
||||
|
|
Loading…
Reference in New Issue