We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43190d commit fc9ed7eCopy full SHA for fc9ed7e
src/main.rs
@@ -225,10 +225,12 @@ lazy_static! {
225
max_compatibility_version: "3.9.0".try_into().unwrap(),
226
required: false,
227
},
228
+ // For some reason, CoreFoundation is present in debug/noopt builds but not
229
+ // LTO builds.
230
MachOAllowedDylib {
231
name: "/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation".to_string(),
232
max_compatibility_version: "150.0.0".try_into().unwrap(),
- required: true,
233
+ required: false,
234
235
236
name: "/usr/lib/libSystem.B.dylib".to_string(),
0 commit comments