summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorRandy Eckenrode <randy@largeandhighquality.com>2024-09-29 13:54:47 -0400
committerRandy Eckenrode <randy@largeandhighquality.com>2024-10-10 16:23:00 -0400
commit826edbf7190c7249394f9180652bc8969aa8198a (patch)
tree727da6e9b5cb0ff16bae86cf923d9e56b6dc0810 /pkgs/development/python-modules/rangehttpserver
parent51755b0c00881bfe1602db0eb689efd2c66bcc20 (diff)
{bintools,cc}-wrapper: fix static builds on Darwin
Without this change, all Darwin platforms mangle to the same suffix salt. That is normally not an issue because build = host should mean a non-cross build, but it causes issues on Darwin with static builds because `DEVELOPER_DIR_FOR_BUILD` and `DEVELOPER_DIR` will refer to different SDKs but mangle to the same `DEVELOPER_DIR` with suffix salt. The fix is to mangle static builds differently from non-static ones on Darwin, which allows building for a static Darwin target on a same-architecture Darwin host. This fix is applied only to Dariwn because the issue does not appear to affect other platforms.
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions