summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2023-06-05 12:22:28 -0400
committerNat Goodspeed <nat@lindenlab.com>2023-06-05 12:22:28 -0400
commitb5e1484c00880bfd8001cd1418f3eb96fc38b89e (patch)
tree261dd9d0787a48efe631bdff318458226f5520cc /indra
parent045342ba29aae186e13c711bd4dd84377d4a7e43 (diff)
SL-18837: Windows APR 1.7.2 requires MS rpcrt4.dll.
Diffstat (limited to 'indra')
-rw-r--r--indra/cmake/Linking.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/Linking.cmake b/indra/cmake/Linking.cmake
index 4a501f420b..1ce21c11f9 100644
--- a/indra/cmake/Linking.cmake
+++ b/indra/cmake/Linking.cmake
@@ -62,6 +62,7 @@ elseif (WINDOWS)
user32
ole32
dbghelp
+ rpcrt4.lib
legacy_stdio_definitions
)
else()