summaryrefslogtreecommitdiff
path: root/indra/cmake/Prebuilt.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'indra/cmake/Prebuilt.cmake')
-rwxr-xr-xindra/cmake/Prebuilt.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/Prebuilt.cmake b/indra/cmake/Prebuilt.cmake
index ac0cbde253..c3fd8f1666 100755
--- a/indra/cmake/Prebuilt.cmake
+++ b/indra/cmake/Prebuilt.cmake
@@ -18,7 +18,7 @@ endif(INSTALL_PROPRIETARY)
# ${CMAKE_BINARY_DIR}/temp/${_binary}_installed)
macro (use_prebuilt_binary _binary)
if (NOT DEFINED STANDALONE_${_binary})
- set(STANDALONE_${_binary} ${STANDALONE})
+ set(STANDALONE_${_binary} ${USESYSTEMLIBS})
endif (NOT DEFINED STANDALONE_${_binary})
if (NOT STANDALONE_${_binary})