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:
parent
a355e85c65
commit
758cf4d9a0
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue