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.
libatomic
1 parent a676b12 commit bc98abcCopy full SHA for bc98abc
stdlib/CompilerSupportLibraries_jll/src/CompilerSupportLibraries_jll.jl
@@ -41,7 +41,9 @@ elseif Sys.isapple()
41
const _libgomp_path = BundledLazyLibraryPath("libgomp.1.dylib")
42
const _libssp_path = BundledLazyLibraryPath("libssp.0.dylib")
43
else
44
- if !Sys.isfreebsd()
+ if Sys.isfreebsd()
45
+ const _libatomic_path = BundledLazyLibraryPath("libatomic.so.3")
46
+ else
47
const _libatomic_path = BundledLazyLibraryPath("libatomic.so.1")
48
end
49
const _libgcc_s_path = BundledLazyLibraryPath("libgcc_s.so.1")
0 commit comments