darwin.xnu: install os/log.h file in Libsystem
This commit is contained in:
parent
85cc94c40e
commit
9da646ed29
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue