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-lua
- --without-rs - --without-rs
- --without-swift - --without-swift
PY_PREFIX: "{{prefix}}" PY_PREFIX: '{{prefix}}'
PHP_PREFIX: "{{prefix}}" PHP_PREFIX: '{{prefix}}'
# 0.19.0 has an unused `int j = 0;`. # 0.19.0 has an unused `int j = 0;`.
CXXFLAGS: $CXXFLAGS -Wno-unused-but-set-variable CXXFLAGS: $CXXFLAGS -Wno-unused-but-set-variable
linux/aarch64: linux/aarch64:
CXXFLAGS: $CXXFLAGS -Wno-unused-but-set-variable -fPIC CXXFLAGS: $CXXFLAGS -Wno-unused-but-set-variable -fPIC
darwin:
MACOSX_DEPLOYMENT_TARGET: 11.0
provides: provides:
- bin/thrift - bin/thrift
test: test:
script: script: thrift --version | grep {{version}}
thrift --version | grep {{version}}