darwin/apple-sdk: explain why Kernel.framework has no .tbd file

This commit is contained in:
Andrew Childs 2020-11-12 16:50:06 +09:00
parent 70f3863540
commit 7e49fb6592

@ -108,6 +108,7 @@ let
local tbd_source=${darwin-stubs}/System/Library/Frameworks/$nested_path/Versions/$current
if [ "${name}" != "Kernel" ]; then
# The Kernel.framework has headers but no actual library component.
cp -v $tbd_source/*.tbd .
fi