commit e34d2a7244fca06a635b3263ad2468eb0236044b parent 860f3d0a2a7c22766aa741df324560c279775343 Author: ng0 <ng0@n0.is> Date: Sun, 24 Feb 2019 10:16:22 +0000 Merge branch 'master' of gnunet.org:gnunet Diffstat:
| M | src/util/Makefile.am | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/util/Makefile.am b/src/util/Makefile.am @@ -124,7 +124,11 @@ libgnunetutil_la_SOURCES = \ proc_compat.c if HAVE_LIBATOMIC +if DARWIN + LIBATOMIC= +else LIBATOMIC= -latomic +endif else LIBATOMIC= endif