Remove spurious fi in build-source-libs.sh

d15f1c29e4 added an extra fi, remove it.

Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
Ralph Sennhauser 2025-01-20 16:30:18 +01:00
parent 3aa95b7a28
commit efc9c09280
No known key found for this signature in database

View file

@ -92,7 +92,7 @@ echo "Building third-party dependencies..."
if [ "$with_system_cxxtest" = "false" ]; then
# shellcheck disable=SC2086
./source/cxxtest-4.4/build.sh $build_sh_options || die "cxxtest build failed"fi
./source/cxxtest-4.4/build.sh $build_sh_options || die "cxxtest build failed"
fi
# shellcheck disable=SC2086
./source/fcollada/build.sh $build_sh_options || die "FCollada build failed"