Closed tetsuharuohzeki closed 7 years ago
By following things, we should use libc++ on macOS.
-l stdc++
-l c++
Thank you!
Released version 2.0.1 with your fixes and a relaxed libc requirement.
By following things, we should use libc++ on macOS.
-l stdc++
), the build is failed on macOS Sierra (10.12).-l c++
) and this avoid the build failuare on macOS Sierra.