darwin.libplatform: add appleHeaders
This commit is contained in:
parent
e70c149458
commit
4efe7aae90
1 changed files with 24 additions and 0 deletions
|
@ -5,4 +5,28 @@ appleDerivation {
|
|||
mkdir $out
|
||||
cp -r include $out/include
|
||||
'';
|
||||
|
||||
appleHeaders = ''
|
||||
_simple.h
|
||||
libkern/OSAtomic.h
|
||||
libkern/OSAtomicDeprecated.h
|
||||
libkern/OSAtomicQueue.h
|
||||
libkern/OSCacheControl.h
|
||||
libkern/OSSpinLockDeprecated.h
|
||||
os/alloc_once_impl.h
|
||||
os/base.h
|
||||
os/base_private.h
|
||||
os/internal/atomic.h
|
||||
os/internal/crashlog.h
|
||||
os/internal/internal_shared.h
|
||||
os/lock.h
|
||||
os/lock_private.h
|
||||
os/once_private.h
|
||||
os/semaphore_private.h
|
||||
platform/compat.h
|
||||
platform/introspection_private.h
|
||||
platform/string.h
|
||||
setjmp.h
|
||||
ucontext.h
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue