You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eng/native/tryrun.cmake
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ if(DARWIN AND NOT DEFINED ANDROID_BUILD)
77
77
else()
78
78
message(FATAL_ERROR "Arch is ${TARGET_ARCH_NAME}. Only arm64 or x64 is supported for OSX cross build!")
79
79
endif()
80
-
elseif(DEFINED ANDROID_BUILD OR TARGET_ARCH_NAME MATCHES"^(armel|arm|armv6|arm64|loongarch64|riscv64|s390x|ppc64le|x86|x64)$"OR FREEBSD OR ILLUMOS OR TIZEN OR HAIKU)
0 commit comments