fix(thrift)

This commit is contained in:
Jacob Heider 2023-12-13 16:58:21 -05:00
parent b3b93a8ffb
commit fc2755183c
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -51,15 +51,16 @@ build:
- --without-lua
- --without-rs
- --without-swift
PY_PREFIX: "{{prefix}}"
PHP_PREFIX: "{{prefix}}"
PY_PREFIX: '{{prefix}}'
PHP_PREFIX: '{{prefix}}'
# 0.19.0 has an unused `int j = 0;`.
CXXFLAGS: $CXXFLAGS -Wno-unused-but-set-variable
linux/aarch64:
CXXFLAGS: $CXXFLAGS -Wno-unused-but-set-variable -fPIC
darwin:
MACOSX_DEPLOYMENT_TARGET: 11.0
provides:
- bin/thrift
test:
script:
thrift --version | grep {{version}}
script: thrift --version | grep {{version}}