Fix indent

This commit is contained in:
gnattu
2024-12-21 00:44:23 +08:00
parent 3756ca70c5
commit 453273efa5
+4 -4
View File
@@ -43,10 +43,10 @@ ffbuild_dockerbuild() {
# For some reason libopus will not add optimization flag, we have to set it ourselves
if [[ $TARGET == mac* ]]; then
export CFLAGS="-O3"
else
export CFLAGS="-O3 -fPIC -DPIC"
fi
export CFLAGS="-O3"
else
export CFLAGS="-O3 -fPIC -DPIC"
fi
./configure "${myconf[@]}"
make -j$(nproc)