瀏覽代碼

dlopen test also requires threads :/

Mike Frysinger 20 年之前
父節點
當前提交
f64bd7d980
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/Makefile

+ 1 - 1
test/Makefile

@@ -16,7 +16,7 @@ ALL_SUBDIRS = \
 	mmap #misc
 DIRS := $(ALL_SUBDIRS)
 
-ifeq ($(HAVE_SHARED),y)
+ifeq ($(HAVE_SHARED)$(UCLIBC_HAS_THREADS),yy)
 	DIRS += dlopen
 endif
 ifeq ($(UCLIBC_HAS_THREADS),y)