Skip to content

Commit 5cc7eb6

Browse files
committed
build: update CPPFLAGS and LDFLAGS for openssl
1 parent dd0447f commit 5cc7eb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@ jobs:
282282
brew_dir="$HOME/brew"
283283
fi
284284
285-
echo "CPPFLAGS=-I${brew_dir}/opt/icu4c/include" | tee -a $GITHUB_ENV
286-
echo "LDFLAGS=-L${brew_dir}/opt/icu4c/lib" | tee -a $GITHUB_ENV
285+
echo "CPPFLAGS=-I${brew_dir}/opt/icu4c/include -I${brew_dir}/opt/openssl/include" | tee -a $GITHUB_ENV
286+
echo "LDFLAGS=-L${brew_dir}/opt/icu4c/lib -L${brew_dir}/opt/openssl/lib" | tee -a $GITHUB_ENV
287287
echo "LLVM_CONFIG=${brew_dir}/opt/llvm/bin/llvm-config" | tee -a $GITHUB_ENV
288288
289289
- name: Build (MacOS)

0 commit comments

Comments
 (0)