Skip to content
Snippets Groups Projects
Commit 4006a77d authored by Matthias Dressel's avatar Matthias Dressel
Browse files

vlc-debian-win32: Harmonize with -win64 image

parent 7f9bd0b0
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,8 @@ ARG CORES=8
ENV IMAGE_DATE=202211290000
ENV TARGET_TUPLE=i686-w64-mingw32
ENV TOOLCHAIN_PREFIX=/opt/gcc-$TARGET_TUPLE
ENV MINGW_PREFIX=$TOOLCHAIN_PREFIX/$TARGET_TUPLE
ENV TOOLCHAIN_PREFIX=/opt/gcc-${TARGET_TUPLE}
ENV MINGW_PREFIX=$TOOLCHAIN_PREFIX/${TARGET_TUPLE}
ENV PATH=$TOOLCHAIN_PREFIX/bin:/opt/protobuf/bin:$PATH
# The wine SDK path differs from version to version, starting from the one in buster, it's
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment