darwin.libclosure: add appleHeaders
This commit is contained in:
parent
f4b4000e8f
commit
69625af7d1
1 changed files with 5 additions and 0 deletions
|
@ -5,4 +5,9 @@ appleDerivation {
|
||||||
mkdir -p $out/include
|
mkdir -p $out/include
|
||||||
cp *.h $out/include/
|
cp *.h $out/include/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
appleHeaders = ''
|
||||||
|
Block.h
|
||||||
|
Block_private.h
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue