2020-10-19 08:46:18 +11:00
|
|
|
toolchain=/usr/x86_64-w64-mingw32
|
|
|
|
target_host=x86_64-w64-mingw32
|
|
|
|
cc_compiler=gcc
|
|
|
|
cxx_compiler=g++
|
|
|
|
|
2023-04-21 10:27:25 +10:00
|
|
|
[buildenv]
|
2020-10-19 08:46:18 +11:00
|
|
|
CONAN_CMAKE_FIND_ROOT_PATH=$toolchain
|
|
|
|
CHOST=$target_host
|
|
|
|
AR=$target_host-ar
|
|
|
|
AS=$target_host-as
|
|
|
|
RANLIB=$target_host-ranlib
|
|
|
|
CC=$target_host-$cc_compiler
|
|
|
|
CXX=$target_host-$cxx_compiler
|
|
|
|
STRIP=$target_host-strip
|
|
|
|
RC=$target_host-windres
|
|
|
|
|
|
|
|
[settings]
|
|
|
|
os=Windows
|
|
|
|
arch=x86_64
|
|
|
|
compiler=gcc
|
|
|
|
|
2023-05-15 11:23:42 +10:00
|
|
|
compiler.version=13.1
|
2020-10-19 08:46:18 +11:00
|
|
|
compiler.libcxx=libstdc++11
|
|
|
|
build_type=Release
|