]> git.ipfire.org Git - thirdparty/zstd.git/commit
cmake: Fix #4038 MacOS target older OS and SDK versions 4191/head
authorLukas Oberhuber <lukas@hiphops.io>
Fri, 8 Nov 2024 00:08:33 +0000 (00:08 +0000)
committerLukas Oberhuber <lukas@hiphops.io>
Fri, 8 Nov 2024 00:08:33 +0000 (00:08 +0000)
commitd0fe334c8552edb764b853854037697c6710fa64
tree5fd0ee54e2a4100199ad29f4db844b71ee35f4d9
parent51eb7daf39c8e8a7c338ba214a9d4e2a6a086826
cmake: Fix #4038 MacOS target older OS and SDK versions

This fix ensures that when `MACOSX_DEPLOYMENT_TARGET` and `SDKROOT` are set, they are respected when building the libraries and executables.
Makefile