mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-07-27 12:12:24 +02:00
linux-armv7: Add note about CMake toolchain in Debian Experimental.
This commit is contained in:
@@ -14,5 +14,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
|
|
||||||
WORKDIR /usr/src
|
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/
|
COPY Toolchain.cmake /usr/src/
|
||||||
ENV CMAKE_TOOLCHAIN_FILE /usr/src/Toolchain.cmake
|
ENV CMAKE_TOOLCHAIN_FILE /usr/src/Toolchain.cmake
|
||||||
|
Reference in New Issue
Block a user