Fix error in build-macos-libs.sh

Issue introduced in 9fd05e38a4, revealed by c280df9e64.
This commit is contained in:
Itms
2024-12-04 21:12:45 +01:00
parent d85a56142d
commit 91289c8362
+1 -1
View File
@@ -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 \