mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Disable gdomap for all Android ABIs.
Target OS can be either "linux-android" or "linux-androideabi" (when building for armeabi-v7a).
This commit is contained in:
parent
8f0a021adb
commit
4cc89bb8b1
1 changed files with 3 additions and 1 deletions
|
@ -74,8 +74,10 @@ TOOL_NAME = autogsdoc cvtenc plmerge sfparse xmlparse
|
|||
else
|
||||
TOOL_NAME = autogsdoc cvtenc gdnc gspath defaults pl plmerge plutil \
|
||||
plparse sfparse pldes plget plser pl2link xmlparse HTMLLinker
|
||||
# gdomap is currently not supported on Windows MSVC or Android (which
|
||||
# can be either "linux-android" or "linux-androideabi")
|
||||
ifneq ($(GNUSTEP_TARGET_OS), windows)
|
||||
ifneq ($(GNUSTEP_TARGET_OS), linux-android)
|
||||
ifneq ($(findstring android, $(GNUSTEP_TARGET_OS)), android)
|
||||
CTOOL_NAME = gdomap
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue