Skip to content

Commit

Permalink
Update build configuration for Microsoft Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
X3n0m0rph59 committed Dec 13, 2023
1 parent 693e704 commit 1d5b60a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,6 @@ rustflags = [

[target.x86_64-unknown-linux-gnu]
linker = "/usr/bin/clang"

[target.x86_64-pc-windows-gnu]
linker = "/usr/bin/lld"
2 changes: 1 addition & 1 deletion support/cross/Dockerfile.x86_64-pc-windows-gnu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:38
FROM fedora:39

# Install cross compiled libs and build dependencies
RUN dnf update -y && dnf install -y \
Expand Down
2 changes: 1 addition & 1 deletion support/cross/Dockerfile.x86_64-unknown-linux-gnu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:23.04
FROM ubuntu:23.10
ARG DEBIAN_FRONTEND=noninteractive

# COPY common.sh lib.sh /
Expand Down

0 comments on commit 1d5b60a

Please sign in to comment.