summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-08-13 14:50:17 +0800
committerErik Kundiman <erik@megapahit.org>2024-08-13 14:50:17 +0800
commit39eb5087ab54328f8f066c251f68a2cde00ef16d (patch)
tree2645a3ea61c47dd61b4d8ebf50a627e139621b90 /indra/llcommon
parent2726282b1929b7adbf2e5810655221d5d5da0c9f (diff)
Path to file for sse2neon, not just the directory
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt
index 41e2a6ebf3..3c8c8031f2 100644
--- a/indra/llcommon/CMakeLists.txt
+++ b/indra/llcommon/CMakeLists.txt
@@ -299,7 +299,7 @@ if (CMAKE_OSX_ARCHITECTURES MATCHES arm64)
file(MAKE_DIRECTORY ${LIBS_PREBUILT_DIR}/include/sse2neon)
file(DOWNLOAD
https://raw.githubusercontent.com/DLTcollab/sse2neon/master/sse2neon.h
- ${LIBS_PREBUILT_DIR}/include/sse2neon
+ ${LIBS_PREBUILT_DIR}/include/sse2neon/sse2neon.h
)
file(WRITE ${PREBUILD_TRACKING_DIR}/sse2neon_installed "0")
endif (${PREBUILD_TRACKING_DIR}/sentinel_installed IS_NEWER_THAN ${PREBUILD_TRACKING_DIR}/sse2neon_installed OR NOT ${sse2neon_installed} EQUAL 0)