fixed cmake

This commit is contained in:
Anna 2019-07-24 17:05:59 -07:00
parent e1c198903d
commit 635ed89d45

View file

@ -10,7 +10,7 @@ endif()
include("${CMAKE_CURRENT_SOURCE_DIR}/cmake/macros/TargetPython.cmake")
target_python()
if (WIN32)
if (WIN32 AND NOT HIFI_ANDROID)
# Force x64 toolset
set(CMAKE_GENERATOR_TOOLSET "host=x64" CACHE STRING "64-bit toolset" FORCE)
endif()