iOS/tvOS: define PACKAGE_VERSION to be App Store MARKETING_VERSION
This commit is contained in:
parent
741e7f82af
commit
329cf5cbff
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue