forked from lthn/blockchain
18 lines
274 B
Text
18 lines
274 B
Text
|
|
[settings]
|
||
|
|
os=Windows
|
||
|
|
arch=x86_64
|
||
|
|
compiler=gcc
|
||
|
|
compiler.version=12
|
||
|
|
compiler.libcxx=libstdc++11
|
||
|
|
build_type=Release
|
||
|
|
|
||
|
|
[options]
|
||
|
|
# Example: boost:without_test=True
|
||
|
|
|
||
|
|
[env]
|
||
|
|
CC=x86_64-w64-mingw32-gcc
|
||
|
|
CXX=x86_64-w64-mingw32-g++
|
||
|
|
|
||
|
|
[conf]
|
||
|
|
tools.cmake.cmaketoolchain:user_presets=False
|