Skip to content

Commit

Permalink
fix build failure with dyld4 deadlock workaround (JuliaLang#49776)
Browse files Browse the repository at this point in the history
Accidentally missed in JuliaLang#49740
Fixes JuliaLang#49773
  • Loading branch information
vtjnash authored and kpamnany committed Oct 18, 2023
1 parent e6bc135 commit c540340
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mach_dyld_atfork.tbd
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ install-name: '/usr/lib/libSystem.B.dylib'
exports:
- targets: [ arm64-macos, arm64e-macos, x86_64-macos, x86_64-maccatalyst,
arm64-maccatalyst, arm64e-maccatalyst ]
symbols: [ __dyld_atfork_parent, __dyld_atfork_prepare ]
symbols: [ __dyld_atfork_parent, __dyld_atfork_prepare,
__dyld_dlopen_atfork_parent, __dyld_dlopen_atfork_prepare ]
...

0 comments on commit c540340

Please sign in to comment.