summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-07-12 16:47:45 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-07-12 16:50:10 +0300
commiteb13133e3e0020c73399414cea4d9b39ef526cd3 (patch)
tree483afbc59153a21b70d9acbc124b6f6f533c8dde /indra/cmake
parent17131ac20336b5561b574a9c121c6a5876be2d53 (diff)
DRTVWR-542 WIP #5
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/MESHOPTIMIZER.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/MESHOPTIMIZER.cmake b/indra/cmake/MESHOPTIMIZER.cmake
index 6a31dc5569..1c5b47b9bd 100644
--- a/indra/cmake/MESHOPTIMIZER.cmake
+++ b/indra/cmake/MESHOPTIMIZER.cmake
@@ -10,7 +10,7 @@ if (WINDOWS)
elseif (LINUX)
set(MESHOPTIMIZER_LIBRARIES meshoptimizer.o)
elseif (DARWIN)
- set(MESHOPTIMIZER_LIBRARIES libmeshoptimizer.o)
+ set(MESHOPTIMIZER_LIBRARIES libmeshoptimizer.a)
endif (WINDOWS)
set(MESHOPTIMIZER_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include/meshoptimizer)