elixir-circuits / circuits_uart

Discover and use UARTs and serial ports in Elixir
Apache License 2.0
189 stars 48 forks source link

windows: fix build errors with mkdir and rm #72

Closed fhunleth closed 4 years ago

fhunleth commented 4 years ago

If unix-like versions of mkdir and rm aren't available, the build fails. I'm not sure whether this is a common setup or not. If that is, then this will need to be modified to support both the Windows mkdir/rm and the Unix one.