mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-11 21:49:24 +02:00
base: Bump ninja version to 1.6.0.
This commit is contained in:
@ -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/
|
||||
|
Reference in New Issue
Block a user