mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-10 05:07:26 +01:00
base: Fix CMake build directory.
This commit is contained in:
parent
0ec99f4dd4
commit
f158989ea4
@ -31,7 +31,7 @@ WORKDIR /usr/src
|
|||||||
RUN git clone git://cmake.org/cmake.git CMake && \
|
RUN git clone git://cmake.org/cmake.git CMake && \
|
||||||
cd CMake && \
|
cd CMake && \
|
||||||
git checkout v3.4.3 && \
|
git checkout v3.4.3 && \
|
||||||
cd .. && mkdir CMake-build && \
|
cd .. && mkdir CMake-build && cd CMake-build && \
|
||||||
/usr/src/CMake/bootstrap \
|
/usr/src/CMake/bootstrap \
|
||||||
--parallel=$(nproc) \
|
--parallel=$(nproc) \
|
||||||
--prefix=/usr && \
|
--prefix=/usr && \
|
||||||
|
Loading…
Reference in New Issue
Block a user