Przeglądaj źródła

evapi: fixed typo in the Makefile pkg-config search

Daniel-Constantin Mierla 11 lat temu
rodzic
commit
9253db2075
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      modules/evapi/Makefile

+ 1 - 1
modules/evapi/Makefile

@@ -8,7 +8,7 @@ NAME=evapi.so
 ifeq ($(CROSS_COMPILE),)
 ifeq ($(CROSS_COMPILE),)
 	BUILDER = $(shell which pkg-config)
 	BUILDER = $(shell which pkg-config)
 ifneq ($(BUILDER),)
 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)
 ifneq ($(PKGLIBUV),0)
 			BUILDER =
 			BUILDER =
 endif
 endif