apple-sdk: Move cf-private first in list, otherwise the build fails because CoreFoundation/CFAttributedString.h could not be found.
The problem appeared when building ldc on Mac OSX. See also 13778.
This commit is contained in:
parent
930b01ab3d
commit
2a0f1ecdc8
@ -46,7 +46,8 @@ with frameworks; with libs; {
|
||||
ExceptionHandling = [];
|
||||
FWAUserLib = [];
|
||||
ForceFeedback = [ CF IOKit ];
|
||||
Foundation = [ CF libobjc Security ApplicationServices SystemConfiguration ];
|
||||
# cf-private was moved first in list because of https://github.com/NixOS/nixpkgs/pull/28635
|
||||
Foundation = [ cf-private CF libobjc Security ApplicationServices SystemConfiguration ];
|
||||
GLKit = [ CF ];
|
||||
GLUT = [ OpenGL ];
|
||||
GSS = [];
|
||||
|
Loading…
Reference in New Issue
Block a user