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
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ elseif Sys.isapple()
const _libgomp_path = BundledLazyLibraryPath("libgomp.1.dylib")
const _libssp_path = BundledLazyLibraryPath("libssp.0.dylib")
else
if !Sys.isfreebsd()
if Sys.isfreebsd()
const _libatomic_path = BundledLazyLibraryPath("libatomic.so.3")
else
const _libatomic_path = BundledLazyLibraryPath("libatomic.so.1")
end
const _libgcc_s_path = BundledLazyLibraryPath("libgcc_s.so.1")
Expand Down