Skip to content
Commit 1cd74ac7 authored by John Ericson's avatar John Ericson Committed by John Ericson
Browse files

cc-wrapper: Make sure symbol tables of child delegators is not empty

As described in https://github.com/NixOS/nixpkgs/issues/18461, MacOS no
longer accepts dylibs which only reexport other dylibs, because their
symbol tables are empty. To get around this, we define an object file
with a single "private extern" symbol, which hopefully won't clobber
anything.
parent 9242c8b3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment