From 6916b2cce94c41c0765bd3c236a2ba5629f073b1 Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Wed, 9 Mar 2022 22:17:41 +0100 Subject: [PATCH] Exclude optional fmt files from supertux build --- project/jni/application/supertux/AndroidAppSettings.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/jni/application/supertux/AndroidAppSettings.cfg b/project/jni/application/supertux/AndroidAppSettings.cfg index b2c9fb60c..db07467d8 100644 --- a/project/jni/application/supertux/AndroidAppSettings.cfg +++ b/project/jni/application/supertux/AndroidAppSettings.cfg @@ -312,7 +312,7 @@ AppOverlapsSystemHeaders=n AppSubdirsBuild='. supertux/src/* supertux/external/findlocale supertux/external/obstack supertux/external/squirrel/include supertux/external/squirrel/squirrel supertux/external/squirrel/sqstdlib supertux/external/tinygettext/include supertux/external/tinygettext/src supertux/external/sexp-cpp/include supertux/external/sexp-cpp/src supertux/external/physfs/src supertux/external/partio_zip supertux/external/SDL_SavePNG supertux/external/fmt/src supertux/external/fmt/include' # Exclude these files from build -AppBuildExclude='supertux/external/findlocale/example.c supertux/src/video/sdl supertux/external/SDL_SavePNG/main.c' +AppBuildExclude='supertux/external/findlocale/example.c supertux/src/video/sdl supertux/external/SDL_SavePNG/main.c supertux/external/fmt/src/fmt.cc supertux/external/fmt/src/os.cc' # Application command line parameters, including app name as 0-th param AppCmdline='./supertux2 --verbose --developer'