mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
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:
parent
3aa95b7a28
commit
efc9c09280
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue