mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am fdb889cb
: Merge "Warn that dicttool_aosp isn\'t supported on Darwin"
* commit 'fdb889cb43444a171bf71c2deaf00033b8a14949': Warn that dicttool_aosp isn't supported on Darwin
This commit is contained in:
commit
19a11ab470
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user