minor changes

This commit is contained in:
Shengliang Guan 2020-08-28 15:48:03 +08:00
parent 332ae098c6
commit 2420c8c5c6
1 changed files with 5 additions and 1 deletions

View File

@ -39,9 +39,13 @@ ENDIF ()
IF (DEFINED CPUTYPE)
SET(TD_VER_CPUTYPE ${CPUTYPE})
ELSE ()
IF (TD_WINDOWS_32)
SET(TD_VER_CPUTYPE "x86")
ELSE ()
SET(TD_VER_CPUTYPE "x64")
ENDIF ()
ENDIF ()
IF (DEFINED OSTYPE)
SET(TD_VER_OSTYPE ${OSTYPE})