cpp-dotenv icon indicating copy to clipboard operation
cpp-dotenv copied to clipboard

Fixing MacOS build

Open tigranbs opened this issue 3 years ago • 0 comments

First of all thanks a lot for making this library, we like it a lot in blockpulsar.com

This PR fixes MacOS build for this library, which I believe is because of Apple's own C++ compiler library changes, which seem to be slightly different than Linux-based C++ compilers. Fixes are pretty small and it's not touching any logic, just fixed some compiler requirements, which have been failing on my M1 Mac and another a bit old Intel Mac.

Tested this for compile

  • M1 Macbook Pro
  • Intel i9 Macbook pro
  • Ubuntu 20

tigranbs avatar Feb 05 '22 09:02 tigranbs