status-im / nim-blscurve

Nim implementation of BLS signature scheme (Boneh-Lynn-Shacham) over Barreto-Lynn-Scott (BLS) curve BLS12-381
Apache License 2.0
26 stars 11 forks source link

fix SSSE3 detection on Windows #134

Closed stefantalpalaru closed 2 years ago

stefantalpalaru commented 2 years ago

So it turns out that staticExec (alias gorge/gorgeEx) behaves strangely on Windows. Not only is "/dev/null" not available in a Mingw-w64 environment, but pipes don't work inside the command. Not even when using bash -c 'foo | bar' explicitly.