darwin.xnu: install os/log.h file in Libsystem

This commit is contained in:
Matthew Bauer 2019-03-11 19:53:28 -04:00
parent 85cc94c40e
commit 9da646ed29

View file

@ -114,6 +114,8 @@ appleDerivation ({
# Get rid of some junk lying around
rm -rf $out/internal_hdr $out/usr $out/local
mv $out/include/libkern/os/log.h $out/include/os/log.h
# Add some symlinks
ln -s $out/Library/Frameworks/System.framework/Versions/B \
$out/Library/Frameworks/System.framework/Versions/Current