aboutsummaryrefslogtreecommitdiff
path: root/cube
diff options
context:
space:
mode:
Diffstat (limited to 'cube')
-rw-r--r--cube/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/cube/CMakeLists.txt b/cube/CMakeLists.txt
index 3bbce8cf..ff94380c 100644
--- a/cube/CMakeLists.txt
+++ b/cube/CMakeLists.txt
@@ -153,10 +153,14 @@ if(LOADER_REPO_ROOT)
set (LOADER_SEARCH_PATHS
"${LOADER_REPO_ROOT}/${BUILDTGT_DIR}/loader/${DEBUG_DECORATION}"
"${LOADER_REPO_ROOT}/${BUILDTGT_DIR}/loader/${RELEASE_DECORATION}"
+ "${LOADER_REPO_ROOT}/lib"
+ "${LOADER_REPO_ROOT}/lib32"
)
else()
set (LOADER_SEARCH_PATHS
"${LOADER_REPO_ROOT}/${BUILDTGT_DIR}/loader"
+ "${LOADER_REPO_ROOT}/x86_64/lib"
+ "${LOADER_REPO_ROOT}/source/lib"
)
endif()