OpenTTD: fixed libfontconfig not linking on Android
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user