darwin.xnu: install os/log.h file in Libsystem
This commit is contained in:
parent
85cc94c40e
commit
9da646ed29
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue