فهرست منبع

evapi: fixed typo in the Makefile pkg-config search

(cherry picked from commit 9253db2075d53548ee8e2b99f41cb1747a9ad12e)
Daniel-Constantin Mierla 11 سال پیش
والد
کامیت
c8bf1d1ff7
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