summaryrefslogtreecommitdiff
path: root/indra/cmake/LLPrimitive.cmake
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2025-10-10 17:04:47 +0800
committerErik Kundiman <erik@megapahit.org>2025-10-10 17:04:47 +0800
commit304d6fc43eb114599117e0ba6d3eb33b85ec15b7 (patch)
tree69e0a7bc421e668665bd06d70e5986fc5c681af1 /indra/cmake/LLPrimitive.cmake
parent081a44dcbc604beb142c208f540bdbc95e754634 (diff)
parentc54df44ae195c2bc6ac697eac35ac2daf6a288c0 (diff)
Merge branch 'main' into 2025.07
Diffstat (limited to 'indra/cmake/LLPrimitive.cmake')
-rw-r--r--indra/cmake/LLPrimitive.cmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/cmake/LLPrimitive.cmake b/indra/cmake/LLPrimitive.cmake
index f8a58e18a1..5fc34d027c 100644
--- a/indra/cmake/LLPrimitive.cmake
+++ b/indra/cmake/LLPrimitive.cmake
@@ -53,16 +53,16 @@ else ()
)
endif ()
if (DARWIN)
- set(BOOST_CFLAGS -I${Libxml2_LIBRARY_DIRS}exec/boost/1.87/include)
- set(BOOST_LIBS -L${Minizip_LIBRARY_DIRS}exec/boost/1.87/lib)
+ set(BOOST_CFLAGS -I${Libxml2_LIBRARY_DIRS}exec/boost/1.88/include)
+ set(BOOST_LIBS -L${Minizip_LIBRARY_DIRS}exec/boost/1.88/lib)
set(BOOST_LIBRARY_SUFFIX -mt)
elseif (WINDOWS)
set(BOOST_CFLAGS -I${prefix_result}/../include)
set(BOOST_LIBS -L${prefix_result})
if ($ENV{MSYSTEM_CARCH} MATCHES aarch64)
- set(BOOST_LIBRARY_SUFFIX -vc143-mt-a64-1_88)
+ set(BOOST_LIBRARY_SUFFIX -vc143-mt-a64-1_89)
else ()
- set(BOOST_LIBRARY_SUFFIX -vc143-mt-x64-1_88)
+ set(BOOST_LIBRARY_SUFFIX -vc143-mt-x64-1_89)
endif ()
endif ()
file(MAKE_DIRECTORY ${LIBS_PREBUILT_DIR}/include/collada/1.4)