blob: a10a387973ab3340b12f38fcb97c153de779bf43 (
plain)
1
2
3
4
5
6
|
# This file is part of MXE. See LICENSE.md for licensing information.
# void uses libressl which isn't compatible with cmake's internal curl
# see: https://github.com/mxe/mxe/issues/2156
_cmake_CONFIGURE_OPTS = --system-curl
|