forked from openkylin/platform_build
Fix "make acp" under Cygwin. DO NOT MERGE.
Change-Id: I52ae8d4835b27a712d4795e7f41fa9ca4f3a822d
This commit is contained in:
parent
54ddcc2724
commit
e6add13d71
|
@ -69,7 +69,7 @@ static bool isSourceNewer(const struct stat* pSrcStat, const struct stat* pDstSt
|
|||
*/
|
||||
static bool isHiresMtime(const struct stat* pSrcStat)
|
||||
{
|
||||
#if defined(WIN32_EXE) || defined(USE_MINGW)
|
||||
#if defined(WIN32) || defined(USE_MINGW)
|
||||
return 0;
|
||||
#elif defined(MACOSX_RSRC)
|
||||
return pSrcStat->st_mtimespec.tv_nsec > 0;
|
||||
|
|
Loading…
Reference in New Issue