Android: do not link pthread on Android
[urcu.git] / tests / regression / Makefile.am
index 2c0542f95d2cf567f816a98baf15f3cf2dbfcd71..eb1569949d53a5ab29eb1b9491c4264141dba230 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_urcu_fork \
This page took 0.021958 seconds and 4 git commands to generate.