macos-setup: add the deployment flags when configuring with Meson.

We add them when configuring with autotools, so that we build GLib
appropriately for the OS versions we're targeting; do the same when
configuring with Meson.
This commit is contained in:
Guy Harris 2021-07-30 19:20:13 -07:00
parent 856c4f3af6
commit cc84bebcdc
1 changed files with 1 additions and 1 deletions

View File

@ -954,7 +954,7 @@ EOF
# supports it, and I'm too lazy to add a dot-dot
# version check.
#
$MESON _build || exit 1
CFLAGS="$CFLAGS $VERSION_MIN_FLAGS $SDKFLAGS" CXXFLAGS="$CXXFLAGS $VERSION_MIN_FLAGS $SDKFLAGS" LDFLAGS="$LDFLAGS $VERSION_MIN_FLAGS $SDKFLAGS" $MESON _build || exit 1
ninja $MAKE_BUILD_OPTS -C _build || exit 1
$DO_NINJA_INSTALL || exit 1
;;