rename cpu_caps apple to darwin

This commit is contained in:
Brent Cook
2025-05-19 14:23:10 +09:00
parent 570b0b73c7
commit 2a3e1b6df7
3 changed files with 2 additions and 2 deletions

View File

@@ -147,7 +147,7 @@ endif()
if(HOST_AARCH64)
if(APPLE)
set(CRYPTO_SRC ${CRYPTO_SRC} arch/aarch64/crypto_cpu_caps_apple.c)
set(CRYPTO_SRC ${CRYPTO_SRC} arch/aarch64/crypto_cpu_caps_darwin.c)
elseif(LINUX)
set(CRYPTO_SRC ${CRYPTO_SRC} arch/aarch64/crypto_cpu_caps_linux.c)
elseif(CMAKE_SYSTEM_NAME STREQUAL "OpenBSD")

View File

@@ -211,7 +211,7 @@ endif
if HOST_AARCH64
if HOST_DARWIN
libcrypto_la_SOURCES += arch/aarch64/crypto_cpu_caps_apple.c
libcrypto_la_SOURCES += arch/aarch64/crypto_cpu_caps_darwin.c
else
if HOST_LINUX
libcrypto_la_SOURCES += arch/aarch64/crypto_cpu_caps_linux.c