add propagated builds where needed to darwin frameworks

This commit is contained in:
Jude Taylor
2015-10-28 13:34:53 -07:00
parent 1786f6bd4d
commit c62cf0b5b3
3 changed files with 21 additions and 7 deletions
@@ -0,0 +1,7 @@
noDeprecatedDeclarations() {
# Security.framework has about 2000 deprecated constants, all of which the user will be
# warned about at compilation time
NIX_CFLAGS_COMPILE+=" -Wno-deprecated-declarations"
}
envHooks+=(noDeprecatedDeclarations)