include(common)

[settings]
arch=x86_64
build_type=Release
compiler=msvc
compiler.cppstd=17
compiler.runtime=dynamic
compiler.version=194
os=Windows

[buildenv]
# Pre-append Python location to MSYS2's PATH environment variable.
# Using Python from MSYS2 could lead to unnecessary builds of Python packages and the needs of more
# MSYS2 packages.
PATH=+(path){{ os.getenv("WIN_PYTHON_DIR", "/c/Python311") }}
ACLOCAL_PATH={{ os.getenv("ACLOCAL_PATH", "/c/msys64/usr/share/aclocal") }}
