OpenTTD: fixed libfontconfig not linking on Android

This commit is contained in:
pelya
2021-02-05 23:19:10 +02:00
parent 14c94d5deb
commit bb3c954a59
3 changed files with 6 additions and 3 deletions

View File

@@ -7,10 +7,10 @@ AppName="OpenTTD"
AppFullName=org.openttd.sdl
# Application version code (integer)
AppVersionCode=111093
AppVersionCode=111094
# Application user-visible version name (string)
AppVersionName="1.11.0-beta1.93"
AppVersionName="1.11.0-beta1.rev94"
# Specify path to download application data in zip archive in the form 'Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...'
# If you'll start Description with '!' symbol it will be enabled by default, '!!' will also hide the entry from the menu, so it cannot be disabled

View File

@@ -49,6 +49,9 @@ export ARCH=$1
# Hack for FREETYPE_INCLUDE_DIRS
echo "set(${TARGET}_INCLUDE_DIRS $LOCAL_PATH/../../$LIB/include)" >> $CMAKE_SDL
;;
fontconfig)
TARGET=Fontconfig
;;
icui18n|iculx|icuuc|icudata|icule|icuio)
TARGET="ICU_`echo $LIB | sed 's/icu//'`"
echo "set(PC_${TARGET}_INCLUDE_DIRS $LOCAL_PATH/../../$LIB/include)" >> $CMAKE_SDL