Disable gdomap on Android (unsupported).

This commit is contained in:
Frederik Seiffert 2021-02-03 15:10:51 +01:00 committed by Frederik Seiffert
parent 61709e6101
commit 9725e77c9d
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2021-02-03 Frederik Seiffert <frederik@algoriddim.com>
* Tools/GNUmakefile: disable gdomap on Android (unsupported).
2021-02-02 Riccardo Mottola <rm@gnu.org>
* configure

View file

@ -75,8 +75,10 @@ else
TOOL_NAME = autogsdoc cvtenc gdnc gspath defaults pl plmerge plutil \
plparse sfparse pldes plget plser pl2link xmlparse HTMLLinker
ifneq ($(GNUSTEP_TARGET_OS), windows)
ifneq ($(GNUSTEP_TARGET_OS), linux-android)
CTOOL_NAME = gdomap
endif
endif
SUBPROJECTS = make_strings
endif