Fix configure on x64 Native Tools Command Prompt.
This commit is contained in:
parent
32273e3fb1
commit
c606fca6a6
1 changed files with 2 additions and 0 deletions
|
|
@ -75,6 +75,8 @@ if (WIN32)
|
|||
set(build_win64 1)
|
||||
set(build_winstore 1)
|
||||
set(build_winstore64 1)
|
||||
elseif (CMAKE_SIZEOF_VOID_P EQUAL 8)
|
||||
set(build_win64 1)
|
||||
endif()
|
||||
elseif (APPLE)
|
||||
if (DESKTOP_APP_SPECIAL_TARGET STREQUAL "osx")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue