BLAKE3-team / BLAKE3

the official Rust and C implementations of the BLAKE3 cryptographic hash function
Apache License 2.0
5.07k stars 346 forks source link

build(CMake): Apply PP definitions to all sources #353

Closed BurningEnlightenment closed 1 year ago

BurningEnlightenment commented 1 year ago

Fixes #350

This doesn't setup CI for these cases, because I haven't had time to fiddle with cross compiling, sorry.

oconnor663 commented 1 year ago

CI failures are unrelated, and they should go away if you rebase on 3d921ae703a492d7449228d29990c8bc9e768c40.

BurningEnlightenment commented 1 year ago

@oconnor663 there you go :)

oconnor663 commented 1 year ago

Thanks!