diff options
Diffstat (limited to 'firmware/fx2/config/Toolchain-sdcc.cmake')
-rw-r--r-- | firmware/fx2/config/Toolchain-sdcc.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/fx2/config/Toolchain-sdcc.cmake b/firmware/fx2/config/Toolchain-sdcc.cmake index 733d8f563..f640ae665 100644 --- a/firmware/fx2/config/Toolchain-sdcc.cmake +++ b/firmware/fx2/config/Toolchain-sdcc.cmake @@ -21,7 +21,7 @@ SET(CMAKE_SYSTEM_NAME Generic) SET(CMAKE_C_COMPILER sdcc) # here is where the target environment is located -SET(CMAKE_FIND_ROOT_PATH /usr/bin /usr/share/sdcc) +SET(CMAKE_FIND_ROOT_PATH /usr/bin /usr/share/sdcc /usr/libexec/sdcc) # adjust the default behaviour of the FIND_XXX() commands: # search headers and libraries in the target environment, search |