wjwwood / serial

Cross-platform, Serial Port library written in C++
http://wjwwood.github.com/serial/
MIT License
2.11k stars 1.02k forks source link

Build source for unix platforms, instead of just linux #259

Open chicsa opened 2 years ago

chicsa commented 2 years ago

Changed: if defined(linux) to: if (defined(linux) || defined(unix))