summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorNicky <nicky.dasmijn@posteo.nl>2024-04-03 21:24:05 +0200
committerNicky <nicky.dasmijn@posteo.nl>2024-04-03 21:24:05 +0200
commit0f2d261bbfa7a827290f3acb7e6f71e29eed3a1b (patch)
tree540a61674243ddeb12e06564a492c618f37331e8 /indra
parentb4d699764044301c460560f7665b623a571bf14f (diff)
Proper casing for Lualibs (or case sensitive filesystems do not agree with the filename)
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index b26ce7d06d..d98b45e471 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -48,7 +48,7 @@ include(VulkanGltf)
include(ZLIBNG)
include(URIPARSER)
include(LLPrimitive)
-include(lualibs)
+include(Lualibs)
if (NOT HAVOK_TPV)
# When using HAVOK_TPV, the library is precompiled, so no need for this
@@ -2379,4 +2379,3 @@ if (LL_TESTS)
endif (LL_TESTS)
check_message_template(${VIEWER_BINARY_NAME})
-