diff --git a/projects/apache.org/thrift/package.yml b/projects/apache.org/thrift/package.yml index 27b7c60f..79862683 100644 --- a/projects/apache.org/thrift/package.yml +++ b/projects/apache.org/thrift/package.yml @@ -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}} \ No newline at end of file + script: thrift --version | grep {{version}}