Skip to content

Commit

Permalink
Fix windows libs
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkbatya committed Feb 14, 2024
1 parent 8145afd commit fd9efe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN bash /toolchain/src/build-windows-gcc-build-libs.sh
FROM flipperzero-toolchain-windows-build-deps AS flipperzero-toolchain-windows-binutils
ADD scripts/build-windows-binutils.sh /toolchain/src/
RUN bash /toolchain/src/build-windows-binutils.sh
RUN cp /usr/x86_64-w64-mingw32/lib/*.dll /toolchain/windows-output-root/bin/

FROM flipperzero-toolchain-windows-binutils AS flipperzero-toolchain-windows-gcc
RUN DEBIAN_FRONTEND=noninteractive apt update && apt -y install git patch
Expand Down

0 comments on commit fd9efe7

Please sign in to comment.