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-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}}
|
|
||||||
|
|
Loading…
Reference in a new issue