mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(thrift)
This commit is contained in:
parent
b3b93a8ffb
commit
fc2755183c
|
@ -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}}
|
||||
|
|
Loading…
Reference in a new issue