Skip to content

Fix build on zig 0.11 with Rust nightly - #110

Merged
messense merged 2 commits into
mainfrom
fix-i686-windows
Mar 12, 2023
Merged

Fix build on zig 0.11 with Rust nightly#110
messense merged 2 commits into
mainfrom
fix-i686-windows

Conversation

@messense

@messense messense commented Mar 12, 2023

Copy link
Copy Markdown
Member

Closes #108

Ref #96

Comment thread src/zig.rs
// zig doesn't support --disable-auto-image-base, --large-address-aware
return None;
}
} else if arg == "-Wl,--no-undefined-version" {

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@messense messense changed the title Fix i686-pc-windows-gnu build on zig 0.11 Fix build on zig 0.11 with Rust nightly Mar 12, 2023
@messense
messense enabled auto-merge March 12, 2023 03:11
@messense
messense merged commit f8bffa6 into main Mar 12, 2023
@messense
messense deleted the fix-i686-windows branch March 12, 2023 03:17
pnehrer added a commit to WallarooLabs/cargo-zigbuild that referenced this pull request Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compiling to i686-pc-windows-gnu fails

1 participant