mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am ece7240c
: Don\'t build dicttool unless it\'s explicitly requested.
* commit 'ece7240c7ac09b1448998c202f991d0acd4bab01': Don't build dicttool unless it's explicitly requested.
This commit is contained in:
commit
0b2e2db919
@ -13,6 +13,9 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Only build if it's explicitly requested, or running mm/mmm.
|
||||
ifneq ($(ONE_SHOT_MAKEFILE)$(filter $(MAKECMDGOALS),dicttool_aosp),)
|
||||
|
||||
# HACK: Temporarily disable host tool build on Mac until the build system is ready for C++11.
|
||||
LATINIME_HOST_OSNAME := $(shell uname -s)
|
||||
ifeq ($(LATINIME_HOST_OSNAME), Darwin) # TODO: Remove this
|
||||
@ -98,3 +101,5 @@ endif # Darwin - TODO: Remove this
|
||||
LATINIME_DICTTOOL_AOSP_LOCAL_PATH :=
|
||||
LATINIME_LOCAL_DIR :=
|
||||
LATINIME_HOST_OSNAME :=
|
||||
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user