Android: do not link pthread on Android
[urcu.git] / tests / unit / Makefile.am
index 1fa8b71f047fefd2417681efdac45882d88ec46d..2c89ca6d11c33a263081f7ed803c59eeb04bcbb5 100644 (file)
@@ -1,4 +1,6 @@
+if !TARGET_IS_ANDROID
 AM_LDFLAGS=-lpthread
+endif
 AM_CFLAGS=-I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/tests/common -g
 
 noinst_PROGRAMS = test_uatomic \
This page took 0.024329 seconds and 4 git commands to generate.