diff options
author | Bradley Sepos <[email protected]> | 2018-06-10 22:04:02 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-06-17 00:23:34 -0400 |
commit | a426369977502e3b3245d8341b71593c368bc2e3 (patch) | |
tree | c99f64867d5d8d450ba827a043a7b6b88adeafbc /make/include | |
parent | 517ed0030f340d3b8f3f2aee1cbac23f5e9da30a (diff) |
contrib: make: Remove CMake contrib.
Still required, only HandBrake will not build it anymore.
Diffstat (limited to 'make/include')
-rw-r--r-- | make/include/main.defs | 10 |
1 files changed, 0 insertions, 10 deletions
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 |