mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 08:24:25 +01:00
Fix qemu build
Fix qemu build Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
7c50d020df
commit
deacfe433b
@ -16,7 +16,7 @@ WORKDIR /usr/src
|
||||
RUN apt-get install -y libglib2.0-dev zlib1g-dev libpixman-1-dev && \
|
||||
curl -L http://wiki.qemu-project.org/download/qemu-${QEMU_VERSION}.tar.bz2 | tar xj && \
|
||||
cd qemu-${QEMU_VERSION} && \
|
||||
./configure --target-list=mk68-linux-user --prefix=/usr && \
|
||||
./configure --target-list=m68k-softmmu --prefix=/usr && \
|
||||
make -j$(nproc) && \
|
||||
make install && \
|
||||
cd .. && rm -rf qemu-${QEMU_VERSION}
|
||||
|
Loading…
Reference in New Issue
Block a user