blob: e10022cc109cf543b2b29eb5259f1a7f3c0cd62b [file] [log] [blame]
# SingleSource/UnitTests/Threads/Makefile
LEVEL = ../../..
include $(LEVEL)/Makefile.config
LDFLAGS += -lpthread
# Darwin doesn't support tls.
ifeq ($(TARGET_OS),Darwin)
PROGRAMS_TO_SKIP := tls
endif
include $(LEVEL)/SingleSource/Makefile.singlesrc