diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-06-05 12:22:28 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-06-05 12:22:28 -0400 |
commit | b5e1484c00880bfd8001cd1418f3eb96fc38b89e (patch) | |
tree | 261dd9d0787a48efe631bdff318458226f5520cc /indra/cmake/Linking.cmake | |
parent | 045342ba29aae186e13c711bd4dd84377d4a7e43 (diff) |
SL-18837: Windows APR 1.7.2 requires MS rpcrt4.dll.
Diffstat (limited to 'indra/cmake/Linking.cmake')
-rw-r--r-- | indra/cmake/Linking.cmake | 1 |
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() |