From fc2755183cb268156b495f11256ff5f3e0380573 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Wed, 13 Dec 2023 16:58:21 -0500 Subject: [PATCH] fix(thrift) --- projects/apache.org/thrift/package.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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}}