mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 17:32:33 +02:00
fix android local build
This commit is contained in:
parent
e1c198903d
commit
bae3ebd577
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue