summaryrefslogtreecommitdiff
path: root/indra/cmake/bugsplat.cmake
diff options
context:
space:
mode:
authorcallum_linden <callum@lindenlab.com>2017-10-19 18:35:00 -0700
committercallum_linden <callum@lindenlab.com>2017-10-19 18:35:00 -0700
commit6cbb00fe85df8cb01c3a979dbdf2c0354e7bfa4d (patch)
tree47af1f93c2606fbf3c06958f05ba0929abf33ea4 /indra/cmake/bugsplat.cmake
parente75b16f3584b76df706a470395383abf680eb87f (diff)
Differentiate between 32/64 bit windows builds for build systewm (BugsSplat enforces specifc names that vary across bitness)
Diffstat (limited to 'indra/cmake/bugsplat.cmake')
-rw-r--r--indra/cmake/bugsplat.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/bugsplat.cmake b/indra/cmake/bugsplat.cmake
index 6805465023..e993979902 100644
--- a/indra/cmake/bugsplat.cmake
+++ b/indra/cmake/bugsplat.cmake
@@ -9,7 +9,7 @@ else (USESYSTEMLIBS)
use_prebuilt_binary(bugsplat)
if (WINDOWS)
set(BUGSPLAT_LIBRARIES
- ${ARCH_PREBUILT_DIRS_RELEASE}/bugsplat64.lib
+ ${ARCH_PREBUILT_DIRS_RELEASE}/bugsplat.lib
)
elseif (DARWIN)