mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-10 05:07:26 +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
|
||||
RUN git clone https://github.com/martine/ninja.git && \
|
||||
cd ninja && \
|
||||
git checkout v1.5.3 && \
|
||||
git checkout v1.6.0 && \
|
||||
python ./configure.py --bootstrap && \
|
||||
./ninja && \
|
||||
cp ./ninja /usr/bin/
|
||||
|
Loading…
Reference in New Issue
Block a user