mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 01:29:50 +00:00
Fix error in build-macos-libs.sh
Issue introduced in9fd05e38a4, revealed byc280df9e64.
This commit is contained in:
@@ -1073,7 +1073,7 @@ echo "Building fmt..."
|
||||
tar -xf $LIB_ARCHIVE || die
|
||||
|
||||
# It appears that older versions of Clang require constexpr statements to have a user-set constructor.
|
||||
patch -Np1 -i ../../../macos-patches/fmt_constexpr.diff || die
|
||||
patch -Np1 -d $LIB_DIRECTORY -i ../../../macos-patches/fmt_constexpr.diff || die
|
||||
# shellcheck disable=SC2086
|
||||
cmake -B libfmt \
|
||||
-S $LIB_DIRECTORY \
|
||||
|
||||
Reference in New Issue
Block a user