mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
linux-armv7: Add note about CMake toolchain in Debian Experimental.
This commit is contained in:
parent
1e838b6cdf
commit
20e147c72c
@ -14,5 +14,7 @@ RUN apt-get update && apt-get install -y \
|
||||
|
||||
WORKDIR /usr/src
|
||||
|
||||
# Note: Toolchain file support is currently in debian Experimental:
|
||||
# https://wiki.debian.org/CrossToolchains#In_jessie_.28Debian_8.29
|
||||
COPY Toolchain.cmake /usr/src/
|
||||
ENV CMAKE_TOOLCHAIN_FILE /usr/src/Toolchain.cmake
|
||||
|
Loading…
Reference in New Issue
Block a user