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

enable cross-compilation #105

Closed stefantalpalaru closed 3 years ago

jangko commented 3 years ago

FYI: status-im/nim-bearssl#13 and nim-lang/Nim#16702 perhaps we should avoid currentSourcePath when we want cross-compilation

stefantalpalaru commented 3 years ago

Problem already solved by making all path separators "/" - which also works on Windows. Cross-compilations works for building nimbus-eth2.