Commit a02d23d4 authored by Rafaël Carré's avatar Rafaël Carré Committed by Jean-Baptiste Kempf

contrib: --disable-all doesn't build anything

(cherry picked from commit 7991356e)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent a267a612
...@@ -266,6 +266,9 @@ CMAKE = cmake . -DCMAKE_TOOLCHAIN_FILE=$(abspath toolchain.cmake) \ ...@@ -266,6 +266,9 @@ CMAKE = cmake . -DCMAKE_TOOLCHAIN_FILE=$(abspath toolchain.cmake) \
PKGS_FOUND := PKGS_FOUND :=
include $(SRC)/*/rules.mak include $(SRC)/*/rules.mak
ifeq ($(PKGS_DISABLE), all)
PKGS :=
endif
# #
# Targets # Targets
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment