1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2024-12-02 02:05:41 +00:00

Add detected target arch to builtin info.

This commit is contained in:
King_DuckZ 2016-08-10 01:39:15 +02:00
parent a355e85c65
commit 758cf4d9a0
2 changed files with 2 additions and 0 deletions

View file

@ -51,5 +51,6 @@
#endif #endif
#define COPYRIGHT_YEARS_LIST @DINDEXER_COPYRIGHT_YEARS@ #define COPYRIGHT_YEARS_LIST @DINDEXER_COPYRIGHT_YEARS@
#define PLATFORM_ARCH "@DINDEXER_ARCH@"
#endif #endif

View file

@ -52,6 +52,7 @@ void print_builtin_feats() {
#else #else
printf("WITH_NICE_MEDIA_TYPES = no\n"); printf("WITH_NICE_MEDIA_TYPES = no\n");
#endif #endif
printf("PLATFORM_ARCH = \"%s\"\n", PLATFORM_ARCH);
} }
void print_version() { void print_version() {