[Slirp] [Git][slirp/libslirp][master] 2 commits: Revert "Set macOS deployment target to macOS 10.4"
Marc-André Lureau (@elmarco)
gitlab at gitlab.freedesktop.org
Tue Jun 8 12:45:11 UTC 2021
Marc-André Lureau pushed to branch master at slirp / libslirp
Commits:
f964c9f4 by Marc-André Lureau at 2021-06-08T16:34:07+04:00
Revert "Set macOS deployment target to macOS 10.4"
This reverts commit
410e296a52fb274648f8ecf53561eaab4b33c52c (slirp/libslirp!72), as it
causes extra compilation warnings when linking with libraries using a
different version.
Instead, the builder can set CFLAGS manually.
Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>
- - - - -
2b0ef5bd by Marc-André Lureau at 2021-06-08T12:45:08+00:00
Merge branch 'revert-72' into 'master'
Revert "Set macOS deployment target to macOS 10.4"
See merge request slirp/libslirp!93
- - - - -
1 changed file:
- meson.build
Changes:
=====================================
meson.build
=====================================
@@ -117,11 +117,6 @@ if cc.has_link_argument(vflag_test)
vflag += vflag_test
endif
-if host_system == 'darwin'
- cargs += '-mmacosx-version-min=10.4'
- vflag += '-mmacosx-version-min=10.4'
-endif
-
install_devel = not meson.is_subproject()
configure_file(
View it on GitLab: https://gitlab.freedesktop.org/slirp/libslirp/-/compare/5758d835e431886e862a8b849ac2236b7cfed067...2b0ef5bd6699b6497bd39903691c67f478821ba2
--
View it on GitLab: https://gitlab.freedesktop.org/slirp/libslirp/-/compare/5758d835e431886e862a8b849ac2236b7cfed067...2b0ef5bd6699b6497bd39903691c67f478821ba2
You're receiving this email because of your account on gitlab.freedesktop.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/slirp/attachments/20210608/5ba43b86/attachment.htm>
More information about the Slirp
mailing list