[Slirp] [Git][slirp/libslirp][master] 2 commits: Set macOS deployment target to macOS 10.4

Marc-André Lureau gitlab at gitlab.freedesktop.org
Wed Feb 24 16:16:57 UTC 2021



Marc-André Lureau pushed to branch master at slirp / libslirp


Commits:
410e296a by WaluigiWare64 at 2021-02-24T16:02:56+00:00
Set macOS deployment target to macOS 10.4
Without a macOS deployment target, the resulting library does not work on macOS versions lower than it was currently built on.
For example, if libslirp was built on macOS 10.15, it would not work on macOS 10.14.

- - - - -
bcb616e3 by Marc-André Lureau at 2021-02-24T16:16:55+00:00
Merge branch 'macos-deployment-target' into 'master'

Set macOS deployment target

Closes #36

See merge request slirp/libslirp!72
- - - - -


1 changed file:

- meson.build


Changes:

=====================================
meson.build
=====================================
@@ -113,6 +113,11 @@ 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/5c5d4c4719b5e384b772f0546ae06142087a7bfd...bcb616e3ce0eb0562551429a268c299a0766d362

-- 
View it on GitLab: https://gitlab.freedesktop.org/slirp/libslirp/-/compare/5c5d4c4719b5e384b772f0546ae06142087a7bfd...bcb616e3ce0eb0562551429a268c299a0766d362
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/20210224/d3e7c0ab/attachment.htm>


More information about the Slirp mailing list