Warn that dicttool_aosp isn't supported on Darwin

Change-Id: I56def43213e94e5b1267e8e900c2192f4b0c2cb5
main
Tadashi G. Takaoka 2014-05-24 03:07:58 +09:00
parent db21267b78
commit 99258cb0b2
1 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,9 @@
# HACK: Temporarily disable host tool build on Mac until the build system is ready for C++11.
LATINIME_HOST_OSNAME := $(shell uname -s)
ifneq ($(LATINIME_HOST_OSNAME), Darwin) # TODO: Remove this
ifeq ($(LATINIME_HOST_OSNAME), Darwin) # TODO: Remove this
$(warning dicttool_aosp is not supported on $(LATINIME_HOST_OSNAME))
else # TODO: Remove this
LATINIME_DICTTOOL_AOSP_LOCAL_PATH := $(call my-dir)
LOCAL_PATH := $(LATINIME_DICTTOOL_AOSP_LOCAL_PATH)