Skip to content
Snippets Groups Projects

vlc-winrt-i686: build winpthreads

Closed Steve Lhomme requested to merge robUx4/docker-images:winrt-i686-pthread into master
1 unresolved thread
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
@@ -95,6 +95,12 @@ RUN set -x && \
../configure --prefix=$MINGW_PREFIX \
--host=$TARGET_TUPLE && \
make -j4 && make install && \
cd /build/mingw-w64/mingw-w64-libraries/winpthreads && \
autoreconf -vif && \
mkdir build && cd build && \
../configure --prefix=$MINGW_PREFIX \
--host=$TARGET_TUPLE && \
make -j4 && make install && \
cd /build/mingw-w64/mingw-w64-tools/widl && \
mkdir build && cd build && \
../configure --prefix=$TOOLCHAIN_PREFIX --target=$TARGET_TUPLE && \
Loading