mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
linux-x86: Tweak toolchain comment associated with CMAKE_IGNORE_PATH
This commit is contained in:
parent
a679af020f
commit
7527b8e6e3
@ -14,7 +14,8 @@ set(CMAKE_CXX_COMPILER /usr/${cross_triple}/bin/${cross_triple}-g++)
|
||||
set(CMAKE_ASM_COMPILER ${CMAKE_C_COMPILER})
|
||||
set(CMAKE_AR /usr/${cross_triple}/bin/${cross_triple}-ar)
|
||||
|
||||
# Prevent 64-bit libraries from being discovered
|
||||
# Discard path returned by pkg-config and associated with HINTS in module
|
||||
# like FindOpenSSL.
|
||||
set(CMAKE_IGNORE_PATH /usr/lib/x86_64-linux-gnu/ /usr/lib/x86_64-linux-gnu/lib/)
|
||||
|
||||
set(CMAKE_CROSSCOMPILING_EMULATOR sh -c)
|
||||
|
Loading…
Reference in New Issue
Block a user