1
0
Fork 0

Fix configure on x64 Native Tools Command Prompt.

This commit is contained in:
John Preston 2021-04-22 17:29:26 +04:00
parent 32273e3fb1
commit c606fca6a6

View file

@ -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")