We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6982be commit 11e56e9Copy full SHA for 11e56e9
CMakeLists.txt
@@ -282,7 +282,7 @@ elseif(NOT WIN32 OR rust_utils_supported_windows_arch) # TODO(RSDK-10366): Curre
282
set(lvru_system_name "macosx")
283
endif()
284
set(lvru_system_processor ${CMAKE_SYSTEM_PROCESSOR})
285
- if ((CMAKE_SYSTEM_PROCESSOR STREQUAL "X86") OR (CMAKE_SYSTEM_PROCESSOR STREQUAL "X64"))
+ if (WIN32 AND rust_utils_supported_windows_arch)
286
set(lvru_system_processor "x86_64")
287
288
file(
0 commit comments