blob: cfa8db083191afda369a6bdb50492ed65c39f0fe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
src/meson.build:69:21: ERROR: C shared or static library 'atomic' not found
--- src/meson.build.orig 2025-03-15 19:01:29 UTC
+++ src/meson.build
@@ -65,7 +65,7 @@ libdex_deps = [
glib_dep,
]
-if host_machine.system() != 'darwin'
+if host_machine.system() == 'linux'
libatomic_dep = cc.find_library('atomic')
if not cc.links('int main(){}', dependencies: [libatomic_dep])
error('libatomic dependency is missing!')
|