Fix CUSTOM_VERSION_FILE has_include (#15635)
This commit is contained in:
parent
cf8541a7a7
commit
b3d7d33faf
|
@ -39,7 +39,7 @@
|
|||
|
||||
#ifdef CUSTOM_VERSION_FILE
|
||||
#if defined(__has_include)
|
||||
#if __has_include(CUSTOM_VERSION_FILE)
|
||||
#if __has_include(XSTR(../../CUSTOM_VERSION_FILE))
|
||||
#include XSTR(../../CUSTOM_VERSION_FILE)
|
||||
#endif
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue