add propagated builds where needed to darwin frameworks
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user