diff options
author | nat-goodspeed <nat@lindenlab.com> | 2024-04-03 16:42:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-03 16:42:36 -0400 |
commit | e2d15198bd3d81250850ac7061fdbc7c6153647f (patch) | |
tree | 5b7b05f692c56b083dcfe848ea9a0f5cb59346ff /indra/newview | |
parent | 276f95e67ee10cbadee899c845c385cadcaa8292 (diff) | |
parent | 6b8f86885b500555ec4f2bb06db8fc9020b723cd (diff) |
Merge pull request #1124 from Nicky-D/release/luau-scripting
Luau for Linux
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index f41e481b26..5d594d527e 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 @@ -2381,4 +2381,3 @@ if (LL_TESTS) endif (LL_TESTS) check_message_template(${VIEWER_BINARY_NAME}) - |