Commit 8de61eb
authored
[Support/BLAKE3] quick fix for Cygwin build (llvm#148635)
BLAKE3 1.8.2 ( imported in d2ad63a )
fails to build for the Cygwin target.
see: BLAKE3-team/BLAKE3#494
As a temporary workaround, add `&& !defined(__CYGWIN__)` to BLAKE3
locally.
resolves llvm#1483651 parent 7e22063 commit 8de61eb
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
327 | | - | |
| 327 | + | |
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
| |||
0 commit comments