ethereum / c-kzg-4844

A minimal implementation of the Polynomial Commitments API for EIP-4844 and EIP-7594, written in C.
Apache License 2.0
118 stars 109 forks source link

Fixed x86_64-pc-windows-gcc build for rust bindings #384

Closed ghost closed 11 months ago

ghost commented 11 months ago

Fixed rust bindings build from windows-gcc toolchain

https://github.com/ethereum/c-kzg-4844/pull/354#issuecomment-1856355981

cc @jtraglia @asn-d6

ghost commented 11 months ago

x86_64-pc-windows-mevc build passes so I think it is good to go

ghost commented 11 months ago

@jtraglia Just built the package using the x86_64-pc-windows-gcc tool and confirmed that this PR fixes the issue. Thank you for the quick merge!