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

Commit 7b31dd10 authored by Colin Cross's avatar Colin Cross Committed by Gerrit Code Review
Browse files

Merge "Error on USE_CLANG_PLATFORM_BUILD="

parents c11ae6c5 b267cbab
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -475,3 +475,9 @@ endif
ifeq ($(USE_CLANG_PLATFORM_BUILD),)
USE_CLANG_PLATFORM_BUILD := true
endif

ifneq ($(USE_CLANG_PLATFORM_BUILD),true)
ifneq ($(USE_CLANG_PLATFORM_BUILD),false)
$(error USE_CLANG_PLATFORM_BUILD must be true or false)
endif
endif