Skip to content

Commit 11e56e9

Browse files
committed
one more arch fix
1 parent d6982be commit 11e56e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ elseif(NOT WIN32 OR rust_utils_supported_windows_arch) # TODO(RSDK-10366): Curre
282282
set(lvru_system_name "macosx")
283283
endif()
284284
set(lvru_system_processor ${CMAKE_SYSTEM_PROCESSOR})
285-
if ((CMAKE_SYSTEM_PROCESSOR STREQUAL "X86") OR (CMAKE_SYSTEM_PROCESSOR STREQUAL "X64"))
285+
if (WIN32 AND rust_utils_supported_windows_arch)
286286
set(lvru_system_processor "x86_64")
287287
endif()
288288
file(

0 commit comments

Comments
 (0)