瀏覽代碼

evapi: fixed typo in the Makefile pkg-config search

Daniel-Constantin Mierla 11 年之前
父節點
當前提交
9253db2075
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/evapi/Makefile

+ 1 - 1
modules/evapi/Makefile

@@ -8,7 +8,7 @@ NAME=evapi.so
 ifeq ($(CROSS_COMPILE),)
 	BUILDER = $(shell which pkg-config)
 ifneq ($(BUILDER),)
-		PKGLIBUV = $(shell $(BUILDER) --exists libuv > /dev/null 2>&1 ; echo $$? )
+		PKGLIBUV = $(shell $(BUILDER) --exists libev > /dev/null 2>&1 ; echo $$? )
 ifneq ($(PKGLIBUV),0)
 			BUILDER =
 endif