Skip to content

Commit ff29c5e

Browse files
committed
Fix libqhy MacOS arm64 build
1 parent 871079e commit ff29c5e

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

libqhy/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if (APPLE)
2222
set (QHY_FIRMWARE_INSTALL_DIR "/usr/local/lib/indi/DriverSupport/qhy/firmware" CACHE STRING "QHY firmware installation directory")
2323

2424
set(source_mac_dir "mac_x64")
25-
if (CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64")
25+
if (CMAKE_OSX_ARCHITECTURES STREQUAL "arm64")
2626
set(source_mac_dir "mac_arm64")
2727
endif()
2828

libqhy/mac_arm64/libqhyccd.bin

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)