mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-02-02 07:46:37 +01:00
base: Bump ninja version to 1.6.0.
This commit is contained in:
parent
08b4040d80
commit
44be5ec8b8
@ -44,7 +44,7 @@ WORKDIR /usr/src
|
|||||||
# Build and install Ninja from source
|
# Build and install Ninja from source
|
||||||
RUN git clone https://github.com/martine/ninja.git && \
|
RUN git clone https://github.com/martine/ninja.git && \
|
||||||
cd ninja && \
|
cd ninja && \
|
||||||
git checkout v1.5.3 && \
|
git checkout v1.6.0 && \
|
||||||
python ./configure.py --bootstrap && \
|
python ./configure.py --bootstrap && \
|
||||||
./ninja && \
|
./ninja && \
|
||||||
cp ./ninja /usr/bin/
|
cp ./ninja /usr/bin/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user