stunnel / static-curl

static builds cURL with HTTP3
MIT License
198 stars 28 forks source link

Specify architecture for cmake on macOS #55

Closed dtretyakov closed 7 months ago

dtretyakov commented 7 months ago

The remaining problem in macOS script is incorrect static library architecture for libbrotli*: https://github.com/stunnel/static-curl/issues/49#issuecomment-1911674833

To specify that in cmake on macOS we need to define CMAKE_OSX_ARCHITECTURES parameter.