1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

[Conan] fix building Boost.Locale with Apple-clang in versions >= 1.81

This commit is contained in:
Andrey Filipenkov 2022-12-31 16:33:06 +03:00 committed by Ivan Savenko
parent 43ef6c075e
commit 427cae2704

View File

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