diff options
author | Cory Fields <theuni-nospam-@xbmc.org> | 2013-06-06 16:20:17 -0400 |
---|---|---|
committer | Cory Fields <theuni-nospam-@xbmc.org> | 2013-06-06 16:23:26 -0400 |
commit | ed863306c8f3a16a084ff43e06c7a0347b6357dc (patch) | |
tree | 5f3de85dbd28941c8379eac8918daacf53c0e497 /tools | |
parent | 2155d5efcf6a560504f81c5cc63a62821f315d7a (diff) |
depends: help cmake find a few more build tools
This should fix linux build
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/target/Toolchain.cmake.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/depends/target/Toolchain.cmake.in b/tools/depends/target/Toolchain.cmake.in index aefbbe40bb..a36c3dc95a 100644 --- a/tools/depends/target/Toolchain.cmake.in +++ b/tools/depends/target/Toolchain.cmake.in @@ -7,6 +7,8 @@ SET(CMAKE_SYSTEM_VERSION 1) # specify the cross compiler SET(CMAKE_C_COMPILER @CC@) SET(CMAKE_CXX_COMPILER @CXX@) +SET(CMAKE_AR @AR@) +SET(CMAKE_LD @LD@) # where is the target environment SET(CMAKE_FIND_ROOT_PATH @prefix@/@deps_dir@ @use_toolchain@ @use_toolchain@/usr @use_sdk_path@ @use_sdk_path@/usr @use_toolchain@/sysroot/usr) |