dsprenkels / randombytes

A portable C library for generating cypto-secure random bytes
MIT License
96 stars 37 forks source link

Run GCC instead of Clang on OSX #20

Closed thomwiggers closed 5 years ago

thomwiggers commented 5 years ago

GCC is a symlink to Clang on OSX

dsprenkels commented 5 years ago

Awesome. Thank you!

dsprenkels commented 5 years ago

It seems this change has also disabled GCC on Linux. We should fix this.

thomwiggers commented 5 years ago

Whoops, fixed.

thomwiggers commented 5 years ago

oh right this has been merged already