diff --git a/submodules/build/Makefile b/submodules/build/Makefile index d52396a5b..9e4f01787 100644 --- a/submodules/build/Makefile +++ b/submodules/build/Makefile @@ -25,7 +25,7 @@ enable_ffmpeg=yes enable_opus=yes enable_debug=no -TUNNEL_AVAILABLE=$(shell git submodule status ../tunnel 2>/dev/null 1>/dev/null) +TUNNEL_AVAILABLE=$(shell git submodule status ../tunnel 2>/dev/null 1>/dev/null && echo yes) ifneq ($(TUNNEL_AVAILABLE),) enable_tunnel=yes