Merge branch 'master' of ssh://github.com/gnustep/libs-base

This commit is contained in:
Richard Frith-Macdonald 2021-02-04 10:57:26 +00:00
commit 8b68ee50c0
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