iOS/tvOS: define PACKAGE_VERSION to be App Store MARKETING_VERSION

This commit is contained in:
Eric Warmenhoven 2024-05-19 14:39:32 -04:00 committed by LibretroAdmin
parent 741e7f82af
commit 329cf5cbff
1 changed files with 2 additions and 0 deletions

View File

@ -2441,6 +2441,7 @@
"-DHAVE_ZLIB",
"-DINLINE=inline",
"-DIOS",
"-DPACKAGE_VERSION=\\\"$(MARKETING_VERSION)\\\"",
"-DRARCH_INTERNAL",
"-DRARCH_MOBILE",
"-DRC_DISABLE_LUA",
@ -2570,6 +2571,7 @@
"-DHAVE_ZLIB",
"-DINLINE=inline",
"-DIOS",
"-DPACKAGE_VERSION=\\\"$(MARKETING_VERSION)\\\"",
"-DRARCH_INTERNAL",
"-DRARCH_MOBILE",
"-DRC_DISABLE_LUA",