|
@@ -3,6 +3,10 @@ compiler=apple-clang
|
|
|
compiler.version=13
|
|
compiler.version=13
|
|
|
compiler.libcxx=libc++
|
|
compiler.libcxx=libc++
|
|
|
build_type=Release
|
|
build_type=Release
|
|
|
|
|
+
|
|
|
|
|
+# required for Boost.Locale in versions >= 1.81
|
|
|
|
|
+compiler.cppstd=11
|
|
|
|
|
+
|
|
|
[conf]
|
|
[conf]
|
|
|
tools.apple:enable_bitcode = False
|
|
tools.apple:enable_bitcode = False
|
|
|
tools.cmake.cmaketoolchain:generator = Ninja
|
|
tools.cmake.cmaketoolchain:generator = Ninja
|