Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions runtime/runtime.m
Original file line number Diff line number Diff line change
Expand Up @@ -2537,6 +2537,9 @@ -(void) xamarinSetFlags: (enum XamarinGCHandleFlags) flags;

NSMutableArray<NSString *> *directories = [NSMutableArray array];

// Always check in the root directory first.
[directories addObject: @"/"];

// Native libraries might be in the app bundle
[directories addObject: [NSString stringWithUTF8String: bundle_path]];
// They won't be in the runtimeidentifier-specific directory (because they get lipo'ed into a fat file instead)
Expand Down