From a426369977502e3b3245d8341b71593c368bc2e3 Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Sun, 10 Jun 2018 22:04:02 -0400 Subject: contrib: make: Remove CMake contrib. Still required, only HandBrake will not build it anymore. --- make/include/main.defs | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'make/include') diff --git a/make/include/main.defs b/make/include/main.defs index 3ac75c8de..216ae27c3 100644 --- a/make/include/main.defs +++ b/make/include/main.defs @@ -7,16 +7,6 @@ include $(SRC/)make/include/tool.defs ############################################################################### -HB_TOOLS_PATH = -ifeq (1,$(FEATURE.local_cmake)) - MODULES += contrib/cmake - HB_TOOLS_PATH = $(call fn.ABSOLUTE,$(CONTRIB.build/)bin) -endif - -ifneq (,$(HB_TOOLS_PATH)) - PATH := $(HB_TOOLS_PATH):$(PATH) -endif - ifneq (,$(filter $(BUILD.system),cygwin mingw)) ifneq ($(HAS.bz2),1) MODULES += contrib/bzip2 -- cgit v1.2.3