mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
linux-armv7: Move Toolchain.cmake file location.
Move it from /usr/src so /usr/src can be mounted as a volume.
This commit is contained in:
parent
2923564677
commit
293318fa31
@ -16,5 +16,5 @@ 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
|
||||
COPY Toolchain.cmake /usr/lib/arm-linux-gnueabihf/
|
||||
ENV CMAKE_TOOLCHAIN_FILE /usr/lib/arm-linux-gnueabihf/Toolchain.cmake
|
||||
|
Loading…
Reference in New Issue
Block a user