Skip to content

Commit

Permalink
cmake: fix cross-compiler search path
Browse files Browse the repository at this point in the history
  • Loading branch information
moodyhunter committed Jan 2, 2024
1 parent 45e3888 commit d4cf0dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/mos_target_setup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ if (NOT DEFINED MOS_ARCH)
endif()

include(${CMAKE_SOURCE_DIR}/cmake/toolchains/${MOS_ARCH}-mos.cmake)
set(CMAKE_PREFIX_PATH) # we are only cross-compiling

set(_ARCH_CONFIGURATION_FILE ${CMAKE_SOURCE_DIR}/arch/${MOS_ARCH}/platform_config.cmake)
set(_ARCH_LISTS ${CMAKE_SOURCE_DIR}/arch/${MOS_ARCH}/CMakeLists.txt)
Expand Down

0 comments on commit d4cf0dc

Please sign in to comment.