From bae3ebd5771f5308f7d604766cb4279fc31c41b6 Mon Sep 17 00:00:00 2001 From: amer cerkic Date: Wed, 24 Jul 2019 14:07:58 -0700 Subject: [PATCH] fix android local build --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e4746418d..f8fd5b7637 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()