summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorRandy Eckenrode <randy@largeandhighquality.com>2024-09-30 09:12:53 -0400
committerRandy Eckenrode <randy@largeandhighquality.com>2024-10-10 01:07:39 -0400
commit5721c4fa47f6aa99c039bbceab40392d5110794e (patch)
treeebba3922fe0bac6d1b139a18151dc626370cafdb /pkgs/development/python-modules/rangehttpserver
parent40d415f4df5548679dcb47331c83a2d4e7741ae8 (diff)
darwin: add libSystem
The new Darwin SDK pattern relies on an effectively empty, stub libc implementation. The actual libSystem to be linked is located dynamically based on the active SDK for the target. Independent build, host, and target SDKs are all supported by Darwin. The stub libSystem contains empty `include` and `lib` folders to avoid warnings from wrappers that add those paths unconditionally, which can turn into errors when a package is building with warnings-as-errors. While it would be nice if a fallback libc could be provided, SDK headers are not compatible between framework versions. Providing a fallback risks mixing headers from different frameworks, which can result in hard to diagnose errors involving semicolons or other punctuation.
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions