summaryrefslogtreecommitdiff
path: root/indra/cmake/UI.cmake
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-03-20 07:36:16 -0400
committerOz Linden <oz@lindenlab.com>2011-03-20 07:36:16 -0400
commit1e34cd77f7858f0a79d82d405be76837aa2af04e (patch)
tree40530bc9ab88fca0fcee1c4bce02d2020a1a6b1e /indra/cmake/UI.cmake
parentf122d0939060fd597820a71d85a5c0d839bcff5d (diff)
parent6d3cf2bba29d3134b4ec151df3a8ca92e3506c6b (diff)
pull STORM-1089 beta fixes to autobuild2010 branch
Diffstat (limited to 'indra/cmake/UI.cmake')
-rw-r--r--indra/cmake/UI.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/cmake/UI.cmake b/indra/cmake/UI.cmake
index f529f5b644..91e5258fb7 100644
--- a/indra/cmake/UI.cmake
+++ b/indra/cmake/UI.cmake
@@ -51,11 +51,11 @@ else (STANDALONE)
endif (LINUX)
include_directories (
- ${LIBS_PREBUILT_DIR}/${LL_ARCH_DIR}/include
+ ${LIBS_PREBUILT_DIR}/include
${LIBS_PREBUILT_DIR}/include
)
foreach(include ${${LL_ARCH}_INCLUDES})
- include_directories(${LIBS_PREBUILT_DIR}/${LL_ARCH_DIR}/include/${include})
+ include_directories(${LIBS_PREBUILT_DIR}/include/${include})
endforeach(include)
endif (STANDALONE)