Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0f91bd5 authored by Anton Hansson's avatar Anton Hansson
Browse files

Fix TWS requirement in definitions.mk

Removing this TWS breaks the build. Add a backslash to avoid
needing it.

Test: make
Change-Id: I4f8e127218ffbf55a3e11600569f0100e914d2e2
parent ec382da3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3234,7 +3234,7 @@ endif
##
## $(1): path to validate
define try-validate-path-is-subdir
$(strip 
$(strip \
    $(if $(filter /%,$(1)),
        $(1) starts with a slash
    )