Merge "Error on USE_CLANG_PLATFORM_BUILD="

This commit is contained in:
Colin Cross 2016-05-23 22:05:27 +00:00 committed by Gerrit Code Review
commit 7b31dd1094
1 changed files with 6 additions and 0 deletions

View File

@ -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