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
1 changed files with 2 additions and 0 deletions

View File

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