go to absurd lengths handling locales

This commit is contained in:
2025-08-03 18:22:54 -05:00
parent 33d23a9bf6
commit 1d402bc780
6 changed files with 80 additions and 13 deletions

View File

@@ -110,7 +110,7 @@ correct place to search. For example, if you installed Boost via Homebrew, you m
add something like the following to the Project Build Settings, under Linking->Other
Linking Flags:
-lboost_filesystem -lboost_system -L/usr/local/Cellar/boost/1.57.0/lib
-lboost_filesystem -lboost_system -lboost_locale -L/usr/local/Cellar/boost/1.57.0/lib
Again with Homebrew, you may also need to add the following to Apple LLVM Custom
Compiler Flags -> Other C++ Flags: